@charset "UTF-8";
@import url("../font/lovelo/lovelo.css");
@import url("../font/bahnschrift/bahnschrift.css");
html { color: #282828; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

/*字母滚动*/
.cm-word-split-JS { overflow: hidden; opacity: 0; }
.cm-word-split-JS.splitting { opacity: 1; }
.cm-word-split-JS.splitting .word { overflow: hidden; line-height: 1.1; display: inline-block; vertical-align: middle; }
.cm-word-split-JS.splitting .char { display: inline-block; position: relative; font-size: inherit; font-family: inherit; font-weight: inherit; opacity: 0; }

/*播放器控制栏*/
.jw-controlbar { width: 100%; }

@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-thin.otf") format("OpenType"); font-weight: 100; font-style: normal; }
@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-light.otf") format("OpenType"); font-weight: 200; font-style: normal; }
@font-face { font-family: "manrope"; src: url("../font/manrope/manrope-regular.otf") format("OpenType"); font-weight: 300; font-style: normal; }
@font-face { font-family: "DIN"; src: url("../font/DIN/DIN-Medium.otf") format("OpenType"); font-weight: 600; font-style: normal; }
@font-face { font-family: "Rany"; src: url("../font/Rany/Rany.otf") format("OpenType"); font-weight: 600; font-style: normal; }
.icon { width: 1rem; height: 1rem; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0; text-align: center; line-height: 2; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner { padding: 15px; }

body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 100; color: #222222; --theme-red:#ce0b0b; --theme-color: #e84227; --theme-green:#16a776; --theme-blue:#3466ce; --color-nomarl:#666666; --color-primary:#333333; }

@media (min-width: 1680px) { .container, .container-xl { max-width: 1624px; /*max-width: 1464px;*/ } }
@media (max-width: 575.98px) { html, body { font-size: 14px; } }
@keyframes upDown { 0% { opacity: 0.1; transform: translateY(-30px); }
  50% { opacity: 1; transform: translateY(50%); }
  100% { opacity: 0.1; transform: translateY(30px); } }
@keyframes text-active-animation { from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); }
  to { opacity: 1.0; filter: Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes text-fade-out { from { opacity: 1.0; filter: Alpha(opacity=100); }
  to { opacity: 0; filter: Alpha(opacity=0); } }
@keyframes spin { to { transform: rotate(1turn); } }
@keyframes spin2 { to { transform: rotate(-1turn); } }
@keyframes spin-reverse { from { transform: rotate(1turn); } }
@keyframes spin-reverse2 { from { transform: rotate(-1turn); } }
@keyframes scaleOut { 0% { transform: scale(0.5); opacity: 0; }
  75% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1); opacity: 0; } }
.filter-white { filter: contrast(0) grayscale(100%) brightness(100); }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #ffffff; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

.popup-box { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; display: none; }
.popup-box::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.85); }
.popup-box .popup-wrapper { width: 73%; height: 100%; margin: 0 auto; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .popup-box .popup-wrapper { width: 100%; } }
.popup-box .popup-wrapper .popup-container { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.popup-box .popup-close { position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 5%; right: 5%; border: 1px solid var(--theme-color); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; z-index: 8; }
.popup-box .popup-close::before, .popup-box .popup-close::after { content: ''; display: block; position: absolute; margin: auto; height: 1px; width: 45%; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.popup-box .popup-close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.popup-box .popup-close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.popup-box .popup-close:hover::before, .popup-box .popup-close:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.header { background-color: #ffffff; position: sticky; width: 100%; z-index: 1040; --header-height:90px; --nav-width:70%; top: 0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; border-bottom: 1px solid #eeeeee; }
.header .header-wrap { height: var(--header-height); -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; z-index: 100; }
.header .header-wrap .logo { text-align: center; padding-left: 5%; padding-right: 3%; max-width: 100%; }
.header .header-wrap .logo img { -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; transition: height .5s; }
.header .header-wrap .nav { width: var(--nav-width); }
.header .header-wrap .nav li { flex: 1; text-align: center; position: relative; }
.header .header-wrap .nav li::before { content: ''; display: block; position: absolute; width: 50%; margin: auto; bottom: -1px; left: 0; right: 0; height: 3px; background-color: currentColor; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.header .header-wrap .nav li a { position: relative; width: 100%; color: #333333; }
.header .header-wrap .nav li.active::before, .header .header-wrap .nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); background-color: #3466ce; }
.header .header-wrap .nav li.active a, .header .header-wrap .nav li:hover a { color: #3466ce !important; }
.header .header-wrap .right-item { border-left: 1px solid rgba(255, 255, 255, 0.3); }
.header .header-wrap .header-right { padding-left: 4%; width: auto; }
.header .header-wrap .header-right .header-search { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: var(--header-height); position: relative; color: #333333; }
.header .header-wrap .header-right .header-search svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 35%; height: 35%; }
.header .header-wrap .header-right .header-search svg path { fill: CurrentColor; }
.header .header-wrap .header-right .header-lang { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: var(--header-height); }
.header .header-wrap .header-right .header-menu { cursor: pointer; width: var(--header-height); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header .header-wrap .header-right .header-menu .menu-wrap { background-color: var(--theme-color); }
.header .header-wrap .header-right .header-menu .menu-wrap i { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; margin: 5px; height: 2px; background-color: #fff; display: block; width: 50%; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.header .header-wrap .header-right .header-menu .menu-wrap i:nth-child(2) { -webkit-transform: scaleX(0.8); -moz-transform: scaleX(0.8); -ms-transform: scaleX(0.8); -o-transform: scaleX(0.8); transform: scaleX(0.8); }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(2) { transform: scaleX(0.6); opacity: .8; }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(1) { transform: rotate(10deg); }
.header .header-wrap .header-right .header-menu:hover .menu-wrap i:nth-child(3) { transform: rotate(-10deg); }
.header .header-wrap .header-right .header-menu.open .menu-wrap i { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(2) { transform: scaleX(0) translateX(-5px); opacity: 0; }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(1) { transform: rotate(45deg); }
.header .header-wrap .header-right .header-menu.open .menu-wrap i:nth-child(3) { transform: rotate(-45deg); }
.header.header-min { position: fixed !important; --header-height: 70px; -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); background-color: #ffffff; }
.header.header-min .header-wrap .logo img { max-height: 50px; filter: none; }
@media (max-width: 575.98px) { .header.header-min { --header-height: 60px; }
  .header.header-min .header-wrap .logo img { max-height: 40px; } }
.header.hover { background-color: #ffffff; }
.header.hover .header-wrap { box-shadow: 0.829px 0.559px 21px 0px rgba(52, 102, 206, 0.15); }
@media (max-width: 1199.98px) { .header { --header-height:75px; }
  .header .header-wrap .logo { padding-left: 3%; }
  .header .header-wrap .header-right { padding-left: 3%; } }

.company-page .header, .index-page .header, .goods-page.details .header { border-bottom: none; position: fixed; background-color: transparent; }
.company-page .header .header-wrap .logo img, .index-page .header .header-wrap .logo img, .goods-page.details .header .header-wrap .logo img { filter: contrast(0) grayscale(100%) brightness(100); }
.company-page .header .header-wrap .nav li a, .index-page .header .header-wrap .nav li a, .goods-page.details .header .header-wrap .nav li a { color: #ffffff; }
.company-page .header .header-wrap .header-right .header-lang a, .index-page .header .header-wrap .header-right .header-lang a, .goods-page.details .header .header-wrap .header-right .header-lang a { color: #ffffff; }
.company-page .header .header-wrap .header-right .header-search, .index-page .header .header-wrap .header-right .header-search, .goods-page.details .header .header-wrap .header-right .header-search { color: #ffffff; }
.company-page .header:hover, .company-page .header.header-white, .company-page .header.header-min, .index-page .header:hover, .index-page .header.header-white, .index-page .header.header-min, .goods-page.details .header:hover, .goods-page.details .header.header-white, .goods-page.details .header.header-min { background-color: #ffffff; }
.company-page .header:hover .header-wrap, .company-page .header.header-white .header-wrap, .company-page .header.header-min .header-wrap, .index-page .header:hover .header-wrap, .index-page .header.header-white .header-wrap, .index-page .header.header-min .header-wrap, .goods-page.details .header:hover .header-wrap, .goods-page.details .header.header-white .header-wrap, .goods-page.details .header.header-min .header-wrap { box-shadow: 0.829px 0.559px 21px 0px rgba(52, 102, 206, 0.15); }
.company-page .header:hover .header-wrap .logo img, .company-page .header.header-white .header-wrap .logo img, .company-page .header.header-min .header-wrap .logo img, .index-page .header:hover .header-wrap .logo img, .index-page .header.header-white .header-wrap .logo img, .index-page .header.header-min .header-wrap .logo img, .goods-page.details .header:hover .header-wrap .logo img, .goods-page.details .header.header-white .header-wrap .logo img, .goods-page.details .header.header-min .header-wrap .logo img { filter: none !important; }
.company-page .header:hover .header-wrap .nav li a, .company-page .header.header-white .header-wrap .nav li a, .company-page .header.header-min .header-wrap .nav li a, .index-page .header:hover .header-wrap .nav li a, .index-page .header.header-white .header-wrap .nav li a, .index-page .header.header-min .header-wrap .nav li a, .goods-page.details .header:hover .header-wrap .nav li a, .goods-page.details .header.header-white .header-wrap .nav li a, .goods-page.details .header.header-min .header-wrap .nav li a { color: #333333; }
.company-page .header:hover .header-wrap .header-right .right-item, .company-page .header.header-white .header-wrap .header-right .right-item, .company-page .header.header-min .header-wrap .header-right .right-item, .index-page .header:hover .header-wrap .header-right .right-item, .index-page .header.header-white .header-wrap .header-right .right-item, .index-page .header.header-min .header-wrap .header-right .right-item, .goods-page.details .header:hover .header-wrap .header-right .right-item, .goods-page.details .header.header-white .header-wrap .header-right .right-item, .goods-page.details .header.header-min .header-wrap .header-right .right-item { border-left-color: #eeeeee; }
.company-page .header:hover .header-wrap .header-right .header-lang a, .company-page .header.header-white .header-wrap .header-right .header-lang a, .company-page .header.header-min .header-wrap .header-right .header-lang a, .index-page .header:hover .header-wrap .header-right .header-lang a, .index-page .header.header-white .header-wrap .header-right .header-lang a, .index-page .header.header-min .header-wrap .header-right .header-lang a, .goods-page.details .header:hover .header-wrap .header-right .header-lang a, .goods-page.details .header.header-white .header-wrap .header-right .header-lang a, .goods-page.details .header.header-min .header-wrap .header-right .header-lang a { color: #333333; }
.company-page .header:hover .header-wrap .header-right .header-search, .company-page .header.header-white .header-wrap .header-right .header-search, .company-page .header.header-min .header-wrap .header-right .header-search, .index-page .header:hover .header-wrap .header-right .header-search, .index-page .header.header-white .header-wrap .header-right .header-search, .index-page .header.header-min .header-wrap .header-right .header-search, .goods-page.details .header:hover .header-wrap .header-right .header-search, .goods-page.details .header.header-white .header-wrap .header-right .header-search, .goods-page.details .header.header-min .header-wrap .header-right .header-search { color: #333333; }

.goods-page.details { background: url("../Image/detail-page-bg.jpg") 0 0 no-repeat; }
.goods-page.details .header { position: sticky; }

.dropdown-nav { position: absolute; width: 100%; height: 360px; display: none; left: 0; overflow: hidden; background: url("../Image/bg-2.jpg") right center/cover no-repeat #ffffff; z-index: 99; }
@media (min-width: 1680px) { .dropdown-nav .container { max-width: 1320px; } }
.dropdown-nav .nav-rightbar { width: 28%; color: #000; position: relative; padding: 3% 0; padding-left: 3%; }
.dropdown-nav .nav-rightbar::before { content: ''; position: absolute; display: block; width: 100vw; height: 100%; background: #ffffff; right: 100%; }
.dropdown-nav .nav-rightbar .nav-header { font-size: 22px; line-height: 1.5; }
.dropdown-nav .nav-rightbar .nav-contact { position: relative; }
.dropdown-nav .nav-rightbar .nav-contact .contact-tips { color: #666666; line-height: 2; margin: 10% 0; }
.dropdown-nav .nav-rightbar .nav-contact .contact-btns .btn-item { background-color: #e5e5e5; border-radius: 5px; color: #333333; line-height: 44px; text-align: center; display: inline-block; width: 130px; -webkit-transition: background-color .5s,color .5s; -moz-transition: background-color .5s,color .5s; -ms-transition: background-color .5s,color .5s; -o-transition: background-color .5s,color .5s; transition: background-color .5s,color .5s; }
.dropdown-nav .nav-rightbar .nav-contact .contact-btns .btn-item:hover { background-color: var(--theme-color); color: #ffffff; }
.dropdown-nav .nav-container { flex: 0 0 auto; width: 72%; padding-left: 5%; padding-right: 5%; position: relative; }
.dropdown-nav .nav-container .child-item { display: none; width: 100%; position: relative; z-index: 2; }
.dropdown-nav .nav-container .child-item .item-info-wrap { height: 100%; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title { color: var(--theme-color); font-size: 24px; }
.dropdown-nav .nav-container .child-item .item-info-wrap .info-title span { display: inline-block; color: #cccccc; text-transform: uppercase; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul { margin-top: 1rem; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a { line-height: 2; padding: 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-width: 80%; width: 80%; border-bottom: 1px solid #e5e5e5; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a::after { content: ''; display: inline-block; width: 1px; height: 14px; position: absolute; margin: auto; top: 0; bottom: 0; right: 5%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-right: 5px; margin-left: 5px; background-color: #bdbdbd; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li a span { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a span { -webkit-transform: translateX(1rem); -moz-transform: translateX(1rem); -ms-transform: translateX(1rem); -o-transform: translateX(1rem); transform: translateX(1rem); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.dropdown-nav .nav-container .child-item .item-info-wrap ul li:hover a svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.dropdown-nav .nav-container .child-item .child-nav .nav-item { padding: 0 1.5%; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img { overflow: hidden; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name { color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name { color: var(--theme-red); }
.dropdown-nav .nav-container .child-item.active { display: block; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav { padding: 1rem 0; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-label { font-size: 18px; width: 100px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a { display: inline-block; line-height: 2; padding: 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; flex: 1; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a span { margin-left: 5px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 22px; height: 22px; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg path { fill: CurrentColor; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a span, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a svg { display: inline-block; vertical-align: middle; }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a.active, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a:hover { color: var(--theme-color); }
.dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a.active svg, .dropdown-nav .nav-container .child-item.item-2 .child-nav .nav-list a:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img { width: 60px; margin: 0 auto; }
.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media (max-width: 1399.98px) { .dropdown-nav .nav-leftbar { width: 33%; }
  .dropdown-nav .nav-container { width: 67%; } }
@media (max-width: 1199.98px) { .dropdown-nav .nav-leftbar { width: 30%; }
  .dropdown-nav .nav-container { width: 70%; } }
@media (max-width: 991.98px) { .dropdown-nav .nav-leftbar { width: 47%; }
  .dropdown-nav .nav-container { width: 53%; } }

.dropdown-goods { display: none; position: absolute; width: 100%; background-color: #fff; }
.dropdown-goods .goods-nav-box { max-height: 80vh; }
.dropdown-goods .goods-nav-box .container-left { width: 15vw; position: relative; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-left { width: 18vw; } }
.dropdown-goods .goods-nav-box .container-left::before { content: ''; display: block; position: absolute; height: 100%; width: 100vw; right: 0; top: 0; background-color: #eff2f6; }
.dropdown-goods .goods-nav-box .container-left .nav-list { padding: 3vw 0; position: relative; z-index: 2; }
.dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 60px; border-left: 3px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1679.98px) { .dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 40px; } }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-left .nav-list li { padding-left: 30px; } }
.dropdown-goods .goods-nav-box .container-left .nav-list li a { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; display: block; line-height: 55px; }
.dropdown-goods .goods-nav-box .container-left .nav-list li.active, .dropdown-goods .goods-nav-box .container-left .nav-list li:hover { background-color: #ffffff; border-left-color: var(--theme-color); }
.dropdown-goods .goods-nav-box .container-right { width: 75vw; padding-left: 3vw; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right { width: 72vw; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav { width: 100%; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-box { display: none; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-box.active { display: flex; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list { width: 75%; height: 100%; overflow-y: scroll; padding-left: 10px; padding-top: 3vw; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item { padding: 10px 0; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name::before { content: ''; display: inline-block; width: 8px; height: 8px; background-color: var(--theme-color); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-right: 10px; vertical-align: middle; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name a { display: inline-block; vertical-align: middle; font-size: 18px; line-height: 2; color: var(--theme-color); }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name a { font-size: 16px; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-name:hover::before { -webkit-transform: rotate(90deg) scale(0.8); -moz-transform: rotate(90deg) scale(0.8); -ms-transform: rotate(90deg) scale(0.8); -o-transform: rotate(90deg) scale(0.8); transform: rotate(90deg) scale(0.8); }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children { margin-top: 15px; }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a { font-size: 14px; display: block; border: 1px solid #d8d8d8; line-height: 32px; padding: 0 25px; border-radius: 36px; color: #666666; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
@media (max-width: 1399.98px) { .dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a { font-size: 13px; line-height: 26px; padding: 0 18px; } }
.dropdown-goods .goods-nav-box .container-right .goods-category-nav .children-list .nav-item .item-children .item a:hover { box-shadow: 0.829px 0.559px 5px 0px rgba(52, 102, 206, 0.51); }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods { width: 25%; border-left: 2px solid #eff2f6; padding-top: 2.5vw; padding-bottom: 2rem; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-title { font-size: 20px; color: #484848; padding-left: 2rem; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-list { padding: 1rem 2rem 0; }
.dropdown-goods .goods-nav-box .container-right .nav-hot-goods .hot-goods-list .item .item-name { line-height: 42px; }

.dropdown-search { position: absolute; width: 100%; height: 420px; display: none; left: 0; background: #ffffff; }
.dropdown-search .search-form .search-title { font-size: 32px; color: #333333; margin-bottom: 3%; }
.dropdown-search .search-form .form-wrap { background-color: #edf0f6; padding: 20px; width: 75%; margin: 0 auto; border-radius: 10px; }
.dropdown-search .search-form .form-wrap .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.dropdown-search .search-form .form-wrap .search-submit { display: block; border: none; background: none; }
.dropdown-search .search-form .form-wrap .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.dropdown-search .search-form .form-wrap .search-submit svg path { fill: #242121; }
.dropdown-search .search-form .form-wrap .search-submit:hover svg path { fill: var(--theme-color); }

.drop-menu-full { position: absolute; width: 100%; z-index: 100; background: url("../Image/full-menu-bg.jpg") center/cover no-repeat #ffffff; border-top: 1px solid #eee; display: none; height: calc(100vh - var(--header-height)); }
.drop-menu-full .menu-nav-box .menu-nav dl dt { margin-bottom: 1rem; color: #333333; font-size: 20px; font-weight: bold; }
.drop-menu-full .menu-nav-box .menu-nav dl dt img { display: inline-block; margin-right: 10px; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li { position: relative; }
.drop-menu-full .menu-nav-box .menu-nav dl dd li a { height: 66px; line-height: 66px; border-bottom: 1px solid #e9e9e9; display: block; color: #737373; width: 80%; }
@media (max-width: 1399.98px) { .drop-menu-full .menu-nav-box .menu-nav dl dd li a { height: 56px; line-height: 56px; } }
@media (max-width: 1199.98px) { .drop-menu-full .menu-nav-box .menu-nav dl dd li a { width: 100%; } }
.drop-menu-full .menu-nav-box .menu-nav dl dd li:hover a { color: var(--theme-color); }
@media (max-width: 991.98px) { .drop-menu-full { display: none !important; } }

.more-icon2 { width: 40px; height: 40px; margin: auto; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background: #eee; border-radius: 50%; top: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-icon2 svg { width: 40%; height: 40%; fill: #666; }
.more-icon2:hover { background-color: var(--theme-color); }
.more-icon2:hover svg { fill: #ffffff; }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.menu-icon { width: 80px; height: 80px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { z-index: 9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: fixed; background-color: #333; width: 100%; height: 100%; top: 60px; left: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.mobile-nav .nav-wrap { padding: 1rem 2rem; height: 100%; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl a { color: #f8f8f8; }
.mobile-nav dl dt { position: relative; padding: .5rem; }
.mobile-nav dl dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dl dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dl dd { display: none; padding-left: 1rem; }
.mobile-nav dl dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dl dd ul li::before { content: ''; display: inline-block; width: 5px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.7); vertical-align: middle; margin-right: 3px; }
.mobile-nav dl dd ul li a { font-size: 14px; opacity: .7; vertical-align: middle; display: inline-block; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt.has-child a { color: var(--theme-color); }
@media (min-width: 992px) { .mobile-nav { display: none; } }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu.header { background-color: rgba(255, 255, 255, 0.95); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.red { color: var(--theme-red) !important; }

.font-theme-color { color: var(--theme-color) !important; }

@media (min-width: 1400px) { .row-cols-xxl-10 > * { width: 10%; } }
.ratio-flash { --mdb-aspect-ratio: calc(23 / 48 * 100%); }

/*.index-page{ .header{ background-color: transparent; position: fixed; &:hover{ background-color: #fff; } &.hide{ -webkit-transition: transform 1s; -moz-transition: transform 1s; -ms-transition: transform 1s; -o-transition: transform 1s; transition: transform 1s; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } }
}*/
.swiper-banner .swiper-slide .slide-video::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; top: 0; left: 0; z-index: 1; }

.sbanner { height: 700px; position: relative; background-size: cover; }
.sbanner .sbanner-wrap { height: 100%; color: #121212; }
.sbanner .sbanner-wrap .sbanner-name { position: relative; color: #ffffff; }
.sbanner .sbanner-wrap .sbanner-name .cn-name { font-weight: bold; font-size: 40px; }
.sbanner .sbanner-wrap .sbanner-name .en-name { text-transform: capitalize; font-size: 30px; font-family: bahnschrift; }
@media (max-width: 1199.98px) { .sbanner { height: 420px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 36px; } }
@media (max-width: 991.98px) { .sbanner { height: 360px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 26px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }
@media (max-width: 767.98px) { .sbanner { height: 320px; }
  .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 24px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 16px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap .sbanner-name .cn-name { font-size: 20px; }
  .sbanner .sbanner-wrap .sbanner-name .en-name { font-size: 14px; } }

.company-page .about-top { padding-top: 5%; background: url("../Image/sec-profile-bg.png") bottom center no-repeat #234b91; position: relative; }
.company-page .about-top::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #234b91; opacity: .5; }
@media (max-width: 991.98px) { .company-page .about-top .sec-profile { margin-top: 2rem; } }
.company-page .about-top .sec-profile .about-head { border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 3rem; padding-bottom: 1rem; }
.company-page .about-top .sec-profile .about-head .head-left .head-title::before { filter: contrast(0) grayscale(100%) brightness(100); opacity: .5; }
.company-page .about-top .sec-profile .about-head .head-left .head-line::before, .company-page .about-top .sec-profile .about-head .head-left .head-line::after { background-color: #ffffff; }
.company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 2rem; }
.company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { line-height: 1.5; font-size: 48px; font-family: manrope ,DIN; }
.company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 18px; }
@media (max-width: 1199.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 1.5rem; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 36px; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 16px; } }
@media (max-width: 991.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item { margin-bottom: 1rem; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 30px; } }
@media (max-width: 767.98px) { .company-page .about-top .sec-profile .about-head .head-param .param-item .item-value { font-size: 26px; }
  .company-page .about-top .sec-profile .about-head .head-param .param-item .item-title { font-size: 14px; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .about-params .item { margin-bottom: 5rem; } }
.company-page .about-top .profile-box .about-params .item .item-wrap { display: flex; align-items: center; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 60px; height: 60px; position: relative; margin-right: 20px; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-img img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-info { flex: 1; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value { position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 56px; line-height: 1; font-family: manrope ,DIN; font-weight: bold; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 30px; }
.company-page .about-top .profile-box .about-params .item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1399.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 55px; height: 55px; margin-right: 15px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 42px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 24px; } }
@media (max-width: 1199.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 50px; height: 50px; margin-right: 15px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 36px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 20px; } }
@media (max-width: 991.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 42px; height: 42px; margin-right: 12px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 32px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-img { width: 40px; height: 40px; margin-right: 10px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 30px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 16px; } }
@media (max-width: 575.98px) { .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .number { font-size: 26px; }
  .company-page .about-top .profile-box .about-params .item .item-wrap .item-value .unit { font-size: 14px; } }
@media (max-width: 991.98px) { .company-page .about-top .profile-box .about-params .item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.company-page .about-top .profile-box .about-params .item:hover .item-wrap .item-value { color: var(--theme-color); }
@media (min-width: 1400px) { .company-page .about-top .profile-box .box-right { padding-left: 5%; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .box-right { padding-left: 8%; } }
@media (min-width: 1200px) { .company-page .about-top .profile-box .profile-content { line-height: 1.8; } }
@media (min-width: 1400px) { .company-page .about-top .profile-box .profile-content { line-height: 2; } }
@media (min-width: 1680px) { .company-page .about-top .profile-box .profile-content { line-height: 2.5; } }
@media (min-width: 1400px) { .company-page .about-top .profile-bottom { -webkit-transform: translateY(70%); -moz-transform: translateY(70%); -ms-transform: translateY(70%); -o-transform: translateY(70%); transform: translateY(70%); } }
@media (min-width: 1200px) { .company-page .about-top .profile-bottom .item { width: auto; flex: 1; -webkit-transition: flex .5s; -moz-transition: flex .5s; -ms-transition: flex .5s; -o-transition: flex .5s; transition: flex .5s; }
  .company-page .about-top .profile-bottom .item.active { flex: 1.5; } }
.company-page .about-top .profile-bottom .item .item-wrap { height: 100%; box-shadow: 0 0 32px 0 rgba(57, 57, 81, 0.1); }
.company-page .about-top .profile-bottom .item .item-wrap .item-left { background-color: var(--theme-color); color: #ffffff; padding: 32px; font-size: 24px; line-height: 2; letter-spacing: 4px; text-align: center; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info { background: url("../Image/bg-2.jpg") top right no-repeat #ffffff; flex: 1; padding: 40px 50px; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { font-size: 30px; color: #3a3a3a; line-height: 2; }
.company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; }
@media (max-width: 991.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 22px; font-size: 20px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 20px 25px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { font-size: 22px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; } }
@media (max-width: 767.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 15px; font-size: 18px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 20px 25px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { line-height: 1.8; font-size: 22px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 10px; color: #666666; line-height: 1.8; } }
@media (max-width: 575.98px) { .company-page .about-top .profile-bottom .item .item-wrap .item-left { padding: 10px; font-size: 16px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info { padding: 12px 20px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-title { line-height: 1.5; font-size: 18px; }
  .company-page .about-top .profile-bottom .item .item-wrap .item-info .item-desc { height: 88px; margin-top: 5px; color: #666666; line-height: 1.8; } }
.company-page .sec-company-cultrue { background-color: #f6f7fa; padding-top: 10%; }
.company-page .sec-company-cultrue .cultrue-box { background-color: #2955a5; margin-top: 3%; }
@media (max-width: 767.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-bg { height: 360px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-bg img { height: 100%; object-fit: cover; } }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap { color: #ffffff; padding: 5% 18%; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 80px; height: 80px; position: relative; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon img { margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; max-width: 100%; max-height: 100%; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; font-size: 30px; margin: 8% 0; }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { -webkit-transition: transform .5s,opacity .5s; -moz-transition: transform .5s,opacity .5s; -ms-transition: transform .5s,opacity .5s; -o-transition: transform .5s,opacity .5s; transition: transform .5s,opacity .5s; text-align: center; font-size: 18px; height: 88px; opacity: 0; -webkit-transform: translateY(15%); -moz-transform: translateY(15%); -ms-transform: translateY(15%); -o-transform: translateY(15%); transform: translateY(15%); }
@media (max-width: 991.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap { padding: 5% 10%; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 70px; height: 70px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 22px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 16px; height: 78px; } }
@media (max-width: 767.98px) { .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-icon { width: 56px; height: 56px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-title { font-size: 20px; }
  .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item .item-wrap .item-desc { font-size: 14px; height: 68px; } }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-icon, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-icon { -webkit-transform: translateY(-15%); -moz-transform: translateY(-15%); -ms-transform: translateY(-15%); -o-transform: translateY(-15%); transform: translateY(-15%); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-title, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-title { -webkit-transform: translateY(-13%); -moz-transform: translateY(-13%); -ms-transform: translateY(-13%); -o-transform: translateY(-13%); transform: translateY(-13%); }
.company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item:hover .item-wrap .item-desc, .company-page .sec-company-cultrue .cultrue-box .cultrue-swiper .item.swiper-slide-thumb-active .item-wrap .item-desc { opacity: 1; -webkit-transform: translateY(-8%); -moz-transform: translateY(-8%); -ms-transform: translateY(-8%); -o-transform: translateY(-8%); transform: translateY(-8%); }

.index-page .about-top .top-right { color: #666666; line-height: 2.2; }
@media (max-width: 1199.98px) { .index-page .about-top .top-right { line-height: 1.8; } }
@media (max-width: 991.98px) { .index-page .about-top .top-right { line-height: 1.5; font-size: 14px; } }

.about-sbanner { position: relative; }
.about-sbanner::before { content: ''; display: block; position: absolute; }
.about-sbanner .sbanner-wrap { position: relative; z-index: 2; height: 385px; }

.footer { background: url("../Image/footer-bg.jpg") top/cover no-repeat #1a1a1a; }
.footer .footer-top { padding: 3vw 0; border-bottom: 1px solid #313131; }
@media (max-width: 767.98px) { .footer .footer-top .footer-logo { text-align: center; }
  .footer .footer-top .footer-logo img { width: 200px; } }
@media (max-width: 575.98px) { .footer .footer-top .footer-logo { text-align: inherit; }
  .footer .footer-top .footer-logo img { width: 260px; display: block; margin: 0 auto 3%; } }
.footer .footer-top .footer-tools .tool-item { position: relative; text-align: center; }
.footer .footer-top .footer-tools .tool-item .item-icon { background-color: #393a3d; border-radius: 50%; width: 60px; height: 60px; position: relative; }
.footer .footer-top .footer-tools .tool-item .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; display: block; width: 50%; height: 50%; }
.footer .footer-top .footer-tools .tool-item .item-icon svg path { fill: #ffffff; }
.footer .footer-top .footer-tools .tool-item .item-name { margin-top: 10px; line-height: 2; color: #ffffff; opacity: .3; }
.footer .footer-top .footer-tools .tool-item .item-img { position: absolute; margin: auto; left: -50%; right: -50%; width: 120px; bottom: 120%; z-index: 3; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: 0; -webkit-transform: translateY(-10%); -moz-transform: translateY(-10%); -ms-transform: translateY(-10%); -o-transform: translateY(-10%); transform: translateY(-10%); visibility: hidden; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
.footer .footer-top .footer-tools .tool-item .item-img .img-wrap { border-radius: 5px; overflow: hidden; position: relative; z-index: 2; }
.footer .footer-top .footer-tools .tool-item.gotop { cursor: pointer; }
.footer .footer-top .footer-tools .tool-item:hover .item-icon svg { -webkit-animation: swing infinite 1s; -o-animation: swing infinite 1s; animation: swing infinite 1s; }
.footer .footer-top .footer-tools .tool-item:hover .item-img { opacity: 1; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); visibility: visible; }
@media (max-width: 991.98px) { .footer .footer-top .footer-tools .tool-item .item-icon { margin: 0 auto; width: 50px; height: 50px; }
  .footer .footer-top .footer-tools .tool-item .item-name { font-size: 14px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .footer .footer-top .footer-tools .tool-item .item-icon { width: 42px; height: 42px; }
  .footer .footer-top .footer-tools .tool-item .item-name { font-size: 13px; } }
.footer .footer-left { width: 30%; }
.footer .footer-left .footer-logo { margin-bottom: 1.5vw; }
.footer .footer-left .footer-logo img { width: 120px; height: auto; }
.footer .footer-left .footer-contact { margin-bottom: 1.5rem; }
.footer .footer-left .footer-contact .contact-title { color: #a6a6a6; line-height: 2; }
.footer .footer-left .footer-contact .contact-number { font-size: 30px; color: var(--theme-color); font-family: AvianBold; }
.footer .footer-left .footer-contact .contact-number svg { width: 28px; height: 28px; display: inline-block; }
.footer .footer-left .footer-contact .contact-number svg path { fill: var(--theme-color); }
.footer .footer-left .footer-contact .contact-number span { font-size: 30px; vertical-align: middle; color: var(--theme-color); font-family: manrope,Arial,sans-serif; font-weight: bold; }
.footer .footer-left .footer-contact .contact-item { color: #939393; line-height: 36px; font-size: 14px; }
.footer .footer-left .footer-contact .contact-item svg { width: 20px; height: 20px; display: inline-block; margin-right: 5px; }
.footer .footer-left .footer-contact .contact-item svg path { fill: #939393; }
.footer .footer-left .qrcode-box { padding-bottom: 1.5vw; }
@media (max-width: 991.98px) { .footer .footer-left .qrcode-box { width: 75%; } }
.footer .footer-left .qrcode-box .qrcode-item { width: 168px; text-align: center; }
.footer .footer-left .qrcode-box .qrcode-item .item-img { height: 168px; width: 168px; position: relative; padding: 14px; border: 1px solid #4b4b4b; }
.footer .footer-left .qrcode-box .qrcode-item .item-img::before, .footer .footer-left .qrcode-box .qrcode-item .item-img::after { content: ''; display: block; width: 100%; }
.footer .footer-left .qrcode-box .qrcode-item .item-img .ratio { z-index: 2; }
.footer .footer-left .qrcode-box .qrcode-item .item-img img { background-color: #fff; z-index: 2; }
.footer .footer-left .qrcode-box .qrcode-item .item-title { margin-top: 1rem; line-height: 2; color: rgba(255, 255, 255, 0.6); }
@media (max-width: 1399.98px) { .footer .footer-left { width: 32%; } }
@media (max-width: 1199.98px) { .footer .footer-left { width: 35%; } }
@media (max-width: 991.98px) { .footer .footer-left { width: 100%; margin: 0 auto; border-right: none; } }
@media (max-width: 767.98px) { .footer .footer-left { width: 95%; } }
@media (max-width: 575.98px) { .footer .footer-left { width: 98%; } }
.footer .footer-nav { flex: 1; padding-right: 3vw; }
.footer .footer-nav .nav-item { flex: 1; max-width: 20%; }
.footer .footer-nav .nav-item dt { line-height: 2; margin-bottom: .75rem; }
.footer .footer-nav .nav-item dt::after { content: ''; display: block; height: 2px; background-color: var(--theme-color); width: 1rem; margin: 12px 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.footer .footer-nav .nav-item dt a { color: #a6a6a6; font-weight: normal; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.footer .footer-nav .nav-item dt a:hover { color: #ffffff; }
.footer .footer-nav .nav-item dd ul li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #666666; line-height: 32px; font-size: 14px; }
@media (min-width: 1680px) { .footer .footer-nav .nav-item dd ul li a { font-size: 16px; line-height: 36px; } }
.footer .footer-nav .nav-item dd ul li:hover a { color: white; }
.footer .footer-nav .nav-item:hover dt::after { width: 2rem; }
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.2); color: #979797; opacity: .5; font-size: 14px; line-height: 2; }
.footer .copyright a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #979797; }
.footer .copyright a:hover { color: #ffffff; }

.wrapper { overflow: hidden; }

.location-box { border-bottom: 1px solid #eeeeee; --location-height:64px; }
.location-box .location-box-wrap { line-height: 2; background: #fff; height: var(--location-height); }
.location-box .location-box-wrap .location-left .channel-name { background: var(--theme-color); color: #fff; }
.location-box .location-box-wrap .channel-nav li { margin: 0 20px; padding: 0 1rem; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; position: relative; }
.location-box .location-box-wrap .channel-nav li::before { position: absolute; content: ''; display: block; margin: auto; height: 2px; width: 100%; left: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.location-box .location-box-wrap .channel-nav li a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; line-height: var(--location-height); }
.location-box .location-box-wrap .channel-nav li.active::before, .location-box .location-box-wrap .channel-nav li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
@media (max-width: 1399.98px) { .location-box .location-box-wrap .channel-nav li { padding: 0 1rem; } }
@media (max-width: 991.98px) { .location-box { --location-height:60px; } }
@media (max-width: 767.98px) { .location-box { --location-height: 56px; }
  .location-box .location-box-wrap .channel-name { font-size: 14px; } }

.page-crumbs { color: #666666; position: relative; z-index: 2; }
.page-crumbs a, .page-crumbs span { display: inline-block; vertical-align: middle; color: CurrentColor; }
.page-crumbs svg { display: inline-block; vertical-align: middle; width: 18px; height: 18px; }
.page-crumbs svg path { fill: var(--theme-color); }
.page-crumbs a:hover { color: var(--theme-color); }
@media (max-width: 1199.98px) { .page-crumbs { line-height: 55px; } }
@media (max-width: 991.98px) { .page-crumbs { line-height: 45px; } }
@media (max-width: 767.98px) { .page-crumbs { line-height: 38px; font-size: 14px; } }
@media (max-width: 575.98px) { .page-crumbs { line-height: 32px; font-size: 12px; } }

.channel-box { position: absolute; z-index: 3; width: 100%; left: 0; bottom: 0; }
.channel-box .box-wrap { padding-top: 1rem; }

.channel-swiper { background-color: rgba(0, 0, 0, 0.7); }
.channel-swiper .item::before { content: ''; display: block; position: absolute; width: 100%; height: 110%; left: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; -moz-transform-origin: bottom; -ms-transform-origin: bottom; -o-transform-origin: bottom; transform-origin: bottom; }
.channel-swiper .item .item-wrap { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; padding: 1rem; position: relative; z-index: 2; }
.channel-swiper .item .item-icon { width: 32px; height: 32px; margin-right: 10px; }
.channel-swiper .item .item-icon img { max-width: 100%; max-height: 100%; }
.channel-swiper .item .item-icon svg { max-width: 100%; max-height: 100%; opacity: 1; }
.channel-swiper .item .item-icon svg path { fill: #ffffff; }
.channel-swiper .item .item-title { color: #ffffff; font-size: 18px; line-height: 2; }
.channel-swiper .item svg { opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.channel-swiper .item .sub-list { border-bottom: 2px solid var(--theme-color); display: none; position: absolute; padding: 1rem 2rem; width: 100%; background: rgba(0, 0, 0, 0.7); }
.channel-swiper .item .sub-list ul li { line-height: 46px; }
.channel-swiper .item .sub-list ul li a { color: #ffffff; }
.channel-swiper .item:hover::before, .channel-swiper .item.active::before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; }
.channel-swiper .item:hover .item-wrap, .channel-swiper .item.active .item-wrap { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }
.channel-swiper .item:hover .item-wrap svg, .channel-swiper .item.active .item-wrap svg { opacity: 1; }

.more-btn { --btn-height:40px; position: relative; color: #282828; --btn-width:140px; line-height: var(--btn-height); text-align: center; display: block; width: var(--btn-width); }
.more-btn::before { left: 0; content: ''; display: block; position: absolute; background-color: var(--theme-color); width: var(--btn-height); height: var(--btn-height); border-radius: var(--btn-height); -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.more-btn span { position: relative; display: inline-block; vertical-align: middle; color: currentColor; }
.more-btn svg { display: inline-block; position: relative; vertical-align: middle; width: 18px; height: 18px; }
.more-btn svg path { fill: currentColor; }
.more-btn:hover { color: #ffffff; }
.more-btn:hover::before { width: 100%; }

.banner-box { position: relative; }
.banner-box .banner-bottom { position: absolute; height: 0; width: 100%; left: 0; bottom: 0; }
.banner-box .banner-category { position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; }
.banner-box .banner-category .cateogry-item { --item-color:#282828; --line-color:#666666; --rgba-color:0; padding: 2% 0; position: relative; }
.banner-box .banner-category .cateogry-item::after { content: ''; display: block; position: absolute; height: 100%; width: 50vw; top: 0; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.banner-box .banner-category .cateogry-item .item-icon { width: 55px; height: 55px; border-radius: 50%; border: 1px dashed rgba(var(--rgba-color), var(--rgba-color), var(--rgba-color), 0.6); position: relative; z-index: 2; }
.banner-box .banner-category .cateogry-item .item-icon img { position: absolute; display: block; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.banner-box .banner-category .cateogry-item .item-info { position: relative; z-index: 2; }
.banner-box .banner-category .cateogry-item .item-info .item-title a { font-size: 26px; color: var(--item-color); display: block; }
.banner-box .banner-category .cateogry-item .item-info .item-child a { color: var(--item-color); line-height: 2; display: inline-block; vertical-align: middle; }
.banner-box .banner-category .cateogry-item .item-info .item-child .line { display: inline-block; height: 14px; width: 1px; background-color: var(--line-color); margin: 0 8px; vertical-align: middle; }
.banner-box .banner-category .cateogry-item:nth-child(1)::after { right: 0; }
.banner-box .banner-category .cateogry-item:nth-child(2)::after { left: 0; }
@media (min-width: 1200px) { .banner-box .banner-category .cateogry-item { --item-color:#ffffff; --line-color:#ffffff; --rgba-color:255; }
  .banner-box .banner-category .cateogry-item .item-icon img { filter: contrast(0) grayscale(100%) brightness(100); } }
.banner-box .banner-category .cateogry-item:hover::after, .banner-box .banner-category .cateogry-item.active::after { background-color: rgba(206, 11, 11, 0.8); }

.category-tabs-box .tab-head { background-color: #f7f7f7; }
.category-tabs-box .tab-head-swiper .tab-item { padding: 2rem 0; position: relative; }
.category-tabs-box .tab-head-swiper .tab-item .item-wrap { cursor: pointer; width: 100%; height: 100%; position: relative; z-index: 2; }
.category-tabs-box .tab-head-swiper .tab-item::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: white; box-shadow: 0px 0px 29px 0px rgba(59, 59, 59, 0.1); -webkit-transition: transform .5s, box-shadow .5s; -moz-transition: transform .5s, box-shadow .5s; -ms-transition: transform .5s, box-shadow .5s; -o-transition: transform .5s, box-shadow .5s; transition: transform .5s, box-shadow .5s; border-top: 5px solid var(--theme-color); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.category-tabs-box .tab-head-swiper .tab-item.swiper-slide-thumb-active::before, .category-tabs-box .tab-head-swiper .tab-item:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.category-tabs-box .tab-head-swiper .tab-item.swiper-slide-thumb-active .tab-icon img, .category-tabs-box .tab-head-swiper .tab-item:hover .tab-icon img { filter: none; }
.category-tabs-box .tab-head-swiper .tab-item .tab-title { font-size: 18px; color: #343434; line-height: 2; }
.category-tabs-box .tab-head-swiper .tab-item .tab-icon { width: 60px; height: 60px; position: relative; margin: 5px auto; }
.category-tabs-box .tab-head-swiper .tab-item .tab-icon img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 80%; max-height: 80%; filter: grayscale(1); }
@media (max-width: 1199.98px) { .category-tabs-box .tab-head-swiper .tab-item { padding: 1rem 0; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-icon { width: 50px; height: 50px; } }
@media (max-width: 991.98px) { .category-tabs-box .tab-head-swiper .tab-item { padding: .75rem 0; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-title { font-size: 16px; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-icon { width: 42px; height: 42px; } }
@media (max-width: 767.98px) { .category-tabs-box .tab-head-swiper .tab-item { padding: .625rem 0; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-icon { width: 36px; height: 36px; } }
@media (max-width: 575.98px) { .category-tabs-box .tab-head-swiper .tab-item { padding: .625rem 0; font-size: 14px; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-title { font-size: 14px; }
  .category-tabs-box .tab-head-swiper .tab-item .tab-icon { width: 32px; height: 32px; } }
.category-tabs-box .tab-body-swiper .item { height: auto; }
.category-tabs-box .tab-body-swiper .item .item-wrap { height: 100%; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 36%; padding: 2.5%; background: url("../Image/category-info-bg.jpg") center/cover no-repeat; color: #FFFFFF; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-num { line-height: 1; font-size: 60px; font-family: manrope; font-weight: bold; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory { font-size: 24px; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory i { display: inline-block; width: 0; border-left: 1px solid currentColor; height: .8em; margin: 0 8px; vertical-align: middle; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-title { line-height: 2; font-size: 36px; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-desc { line-height: 2; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods { margin: 7% 0 5%; padding: 7% 0 5%; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item { width: 50%; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-icon { display: inline-block; width: 10px; height: 10px; background-color: #FFFFFF; vertical-align: middle; margin-right: 5px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-title { color: #FFFFFF; line-height: 3; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-title:hover { opacity: .8; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-more { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-more svg path { fill: #ffffff; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item:hover .goods-icon { border-radius: 1rem; -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); -o-transform: scale(0.75); transform: scale(0.75); }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item:hover .goods-more { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-bottom .bottom-txt { color: #FFFFFF; font-size: 14px; -webkit-transition: opacity .5s,letter-spacing .5s; -moz-transition: opacity .5s,letter-spacing .5s; -ms-transition: opacity .5s,letter-spacing .5s; -o-transition: opacity .5s,letter-spacing .5s; transition: opacity .5s ,letter-spacing .5s; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-bottom:hover .bottom-txt { letter-spacing: 2px; opacity: .8; }
.category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 64%; }
@media (max-width: 1399.98px) { .category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 42%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-num { font-size: 48px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory { font-size: 18px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-title { font-size: 30px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 58%; } }
@media (max-width: 1199.98px) { .category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 46%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 54%; } }
@media (max-width: 991.98px) { .category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 42%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-num { font-size: 42px; line-height: 1.5; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory { font-size: 16px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-title { font-size: 24px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods { margin: 5% 0 3%; padding: 5% 0 3%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-icon { width: 5px; height: 5px; margin-right: 5px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-title { font-size: 14px; line-height: 2.2; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 58%; } }
@media (max-width: 767.98px) { .category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 100%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-num { font-size: 36px; line-height: 1.5; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory { font-size: 16px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-title { font-size: 22px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods { margin: 5% 0 3%; padding: 5% 0 3%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-icon { width: 8px; height: 8px; margin-right: 5px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-title { font-size: 14px; line-height: 2.2; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 100%; } }
@media (max-width: 575.98px) { .category-tabs-box .tab-body-swiper .item .item-wrap .item-info { width: 100%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-num { font-size: 32px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-cateogory { font-size: 14px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-title { font-size: 20px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-desc { font-size: 14px; line-height: 1.5; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods { margin: 3% 0; padding: 3% 0 2%; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-icon { width: 8px; height: 8px; margin-right: 5px; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-info .item-goods .goods-item .goods-title { font-size: 14px; line-height: 2.2; }
  .category-tabs-box .tab-body-swiper .item .item-wrap .item-img { width: 100%; } }

.article-page .main-body { background-image: -moz-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -webkit-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); background-image: -ms-linear-gradient(90deg, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%); position: relative; }
.article-page .main-body > .container-fluid { position: relative; z-index: 2; }

.section { padding: 5% 0 3%; }
.section .sec-head { position: relative; text-align: center; }
.section .sec-head::before { content: attr(data-title); display: block; position: absolute; width: 100%; font-family: lovelo; font-weight: bold; background-image: -moz-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); background-image: -webkit-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); background-image: -ms-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 60px; bottom: 70%; line-height: .8; text-transform: uppercase; }
.section .sec-head .head-title { position: relative; font-size: 36px; color: #222222; font-weight: bold; }
.section .sec-head .head-title::before { content: ''; display: block; position: absolute; top: 0; background: url("../Image/head-icon.png") center/contain no-repeat; width: 44px; height: 44px; left: -10px; }
.section .sec-head .head-title::after { display: inline-block; content: ''; width: 10px; height: 10px; background-color: #d43232; border-radius: 50%; vertical-align: sub; margin-left: 8px; }
.section .sec-head .head-line::before, .section .sec-head .head-line::after { content: ''; display: inline-block; vertical-align: middle; width: 2rem; height: 2px; background-color: #000000; }
.section .sec-head .head-line::before { margin-right: 3px; background-color: var(--theme-color); }
.section .sec-head.head-white .head-title .en-title { color: #ffffff; }
.section .sec-head.head-white .head-title .cn-title { color: #ffffff; }
.section .sec-head .honor-category .item .item-wrap { position: relative; line-height: 58px; font-size: 18px; }
.section .sec-head .honor-category .item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; margin: auto; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
@media (max-width: 991.98px) { .section .sec-head .honor-category .item .item-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .section .sec-head .honor-category .item .item-wrap { font-size: 14px; } }
.section .sec-head .honor-category .item.active .item-wrap, .section .sec-head .honor-category .item:hover .item-wrap { color: var(--theme-color); }
.section .sec-head .honor-category .item.active .item-wrap::after, .section .sec-head .honor-category .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.section .sec-head .head-desc { font-size: 26px; color: #4d4d4d; line-height: 2; }
.section .sec-head .head-desc strong { color: var(--theme-color); }
.section .sec-head.head-white .head-title { color: #ffffff; }
.section .sec-head.head-white .head-desc { color: #ffffff; }
@media (max-width: 1679.98px) { .section .sec-head .head-title { font-size: 32px; }
  .section .sec-head .head-desc { font-size: 24px; } }
@media (max-width: 1399.98px) { .section .sec-head::before { font-size: 52px; }
  .section .sec-head .head-title { font-size: 30px; }
  .section .sec-head .head-title::before { width: 40px; height: 40px; }
  .section .sec-head .head-title::after { width: 8px; height: 8px; }
  .section .sec-head .head-desc { font-size: 22px; } }
@media (max-width: 991.98px) { .section .sec-head::before { font-size: 48px; }
  .section .sec-head .head-title { font-size: 28px; }
  .section .sec-head .head-title::before { width: 28px; height: 28px; left: -8px; }
  .section .sec-head .head-title::after { width: 5px; height: 5px; }
  .section .sec-head .head-desc { font-size: 20px; } }
@media (max-width: 767.98px) { .section .sec-head::before { font-size: 44px; }
  .section .sec-head .head-title { font-size: 24px; }
  .section .sec-head .head-title::before { width: 26px; height: 26px; }
  .section .sec-head .head-title::after { width: 4px; height: 4px; }
  .section .sec-head .head-desc { font-size: 18px; } }
@media (max-width: 575.98px) { .section .sec-head::before { font-size: 22px; }
  .section .sec-head .head-title { font-size: 20px; }
  .section .sec-head .head-title::before { width: 22px; height: 22px; }
  .section .sec-head .head-desc { font-size: 16px; } }
.section .sec-more { margin: 3% 0 0; display: inline-block; border: 2px solid var(--theme-color); border-radius: 10em; padding: 10px 25px; color: var(--theme-color); }
.section .sec-more span { display: inline-block; vertical-align: middle; }
.section .sec-more span.more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: currentColor; position: relative; }
.section .sec-more svg { width: 26px; height: 26px; margin-left: 10px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section .sec-more svg path { fill: var(--theme-color); }
@media (max-width: 767.98px) { .section .sec-more { padding: 6px 15px; }
  .section .sec-more span.more-icon { width: 22px; height: 22px; } }
@media (max-width: 575.98px) { .section .sec-more { font-size: 12px; padding: 4px 16px; }
  .section .sec-more span.more-icon { width: 18px; height: 18px; } }
.section .sec-more:hover svg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.section.sec-about { background: url("../Image/sec-about.jpg") center/cover no-repeat; }
@media (max-width: 767.98px) { .section.sec-about { background-position: left; } }
.section.sec-about .sec-head .head-desc { margin: 2% 0 5%; }
@media (max-width: 991.98px) { .section.sec-about .sec-head .head-desc { font-size: 22px; } }
@media (max-width: 767.98px) { .section.sec-about .sec-head .head-desc { font-size: 20px; } }
.section.sec-about .about-content { color: #7a7a7a; }
@media (min-width: 1680px) { .section.sec-about .about-content { line-height: 2; } }
.section.sec-about .about-more { display: inline-block; border: 1px solid #cecece; padding: 10px 30px; border-radius: 5rem; color: #333333; font-size: 14px; -webkit-transition: color .5s,border-color .5s; -moz-transition: color .5s,border-color .5s; -ms-transition: color .5s,border-color .5s; -o-transition: color .5s,border-color .5s; transition: color .5s,border-color .5s; }
.section.sec-about .about-more:hover { color: var(--theme-color); border-color: var(--theme-color); }
.section.sec-about .about-more svg { opacity: .8; }
.section.sec-about .about-more svg path { fill: currentColor; }
@media (max-width: 767.98px) { .section.sec-about .about-more { padding: 6px 20px; } }
.section.sec-about .about-params { margin-top: 3%; }
.section.sec-about .about-params .param-item { flex: 1.5; }
.section.sec-about .about-params .param-item:nth-child(2) { flex: 2; }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item { margin: 1rem 0; flex: auto; width: 50%; }
  .section.sec-about .about-params .param-item:nth-child(2) { flex: auto; } }
.section.sec-about .about-params .param-item .item-wrap .item-value { color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 48px; line-height: 1; font-family: manrope ,DIN; font-weight: bold; }
.section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 30px; }
.section.sec-about .about-params .param-item .item-wrap .item-title { line-height: 2; color: #3f4042; }
@media (max-width: 1399.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 38px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 20px; }
  .section.sec-about .about-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 1199.98px) { .section.sec-about .about-params .param-item .item-wrap { padding-left: 10% !important; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 767.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
@media (max-width: 575.98px) { .section.sec-about .about-params .param-item .item-wrap .item-value .number { font-size: 28px; }
  .section.sec-about .about-params .param-item .item-wrap .item-value .unit { font-size: 16px; } }
.section.sec-about .about-params .param-item:nth-child(4) .item-wrap .item-value::after { display: none; }
@media (max-width: 991.98px) { .section.sec-about .about-params .param-item:nth-child(2) .item-wrap .item-value::after { display: none; } }
.section.sec-about .about-params .param-item:hover .item-wrap .item-value { color: var(--theme-color); }
.section.sec-solution .solution-box { background: url("../Image/sec-solution-bg.jpg") bottom center/cover no-repeat; height: 680px; padding-top: 3%; }
.section.sec-solution .solution-box .solution-list { margin-top: -4%; }
.section.sec-solution .solution-box .item .item-img { margin: 0 auto; overflow: hidden; border-radius: 50%; }
@media (max-width: 991.98px) { .section.sec-solution .solution-box .item .item-img { max-width: 100px; } }
.section.sec-solution .solution-box .item:hover .item-img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
.section.sec-partner .partner-params { margin: 4% 0; }
.section.sec-partner .partner-params .param-item { flex: 1; }
.section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 76px; height: 76px; position: relative; }
.section.sec-partner .partner-params .param-item .item-wrap .item-icon img { position: absolute; max-width: 100%; max-height: 100%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.section.sec-partner .partner-params .param-item .item-wrap .item-value { margin-top: 10px; text-shadow: 2.781px 8.56px 13px rgba(232, 66, 39, 0.25); font-size: 72px; color: var(--theme-color); font-family: manrope,DIN; font-weight: normal; line-height: 1.2; transition: text-shadow 0.5s; }
.section.sec-partner .partner-params .param-item .item-wrap .item-title { color: #666666; }
.section.sec-partner .partner-params .param-item .item-wrap:hover .item-value { text-shadow: unset; }
@media (max-width: 1399.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 60px; height: 60px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 60px; } }
@media (max-width: 1199.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 52px; height: 52px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 52px; } }
@media (max-width: 991.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-icon { width: 46px; height: 46px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 46px; }
  .section.sec-partner .partner-params .param-item .item-wrap .item-title { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-partner .partner-params .param-item .item-wrap .item-value { font-size: 36px; } }
.section.sec-partner .partner-more { margin: 3% 0; display: inline-block; border: 2px solid var(--theme-color); border-radius: 10em; padding: 10px 25px; color: var(--theme-color); }
.section.sec-partner .partner-more span { display: inline-block; vertical-align: middle; }
.section.sec-partner .partner-more span.more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: currentColor; position: relative; }
.section.sec-partner .partner-more svg { width: 26px; height: 26px; margin-left: 10px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.section.sec-partner .partner-more svg path { fill: var(--theme-color); }
.section.sec-partner .partner-more:hover svg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
@media (max-width: 991.98px) { .section.sec-partner .partner-more { padding: 6px 15px; font-size: 14px; }
  .section.sec-partner .partner-more svg { width: 22px; height: 22px; } }
.section.sec-partner .parnter-box { margin-top: 2%; }
@media (min-width: 1400px) { .section.sec-partner .parnter-box.g-xxl-4 { --mdb-gutter-y:20px; --mdb-gutter-x:20px; } }
.section.sec-partner .parnter-box .item .item-img { width: 100%; position: relative; }
.section.sec-partner .parnter-box .item .item-img .overlay { border-radius: 5px; -webkit-transition: transform .5s, opacity .5s, backdrop-filter 1s; -moz-transition: transform .5s, opacity .5s, backdrop-filter 1s; -ms-transition: transform .5s, opacity .5s, backdrop-filter 1s; -o-transition: transform .5s, opacity .5s, backdrop-filter 1s; transition: transform .5s, opacity .5s, backdrop-filter 1s; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(0.7); opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; }
.section.sec-partner .parnter-box .item .item-img .overlay p { color: #ffffff; text-align: center; }
@media (max-width: 991.98px) { .section.sec-partner .parnter-box .item .item-img .overlay p { font-size: 14px; } }
@media (max-width: 767.98px) { .section.sec-partner .parnter-box .item .item-img .overlay p { font-size: 12px; } }
@media (max-width: 575.98px) { .section.sec-partner .parnter-box .item .item-img .overlay p { font-size: 10px; } }
.section.sec-partner .parnter-box .item .item-img:hover .overlay { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); backdrop-filter: blur(5px); }
.section.sec-partner .parnter-box .item .item-img img { width: 100%; border-radius: 5px; display: block; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15); -webkit-transition: box-shadow .5s; -moz-transition: box-shadow .5s; -ms-transition: box-shadow .5s; -o-transition: box-shadow .5s; transition: box-shadow .5s; }
.section.sec-partner .parnter-box .item .item-img:hover img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
.section.sec-partner .partner-map { position: relative; }
.section.sec-partner .partner-map .map-wrap { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; margin: auto; }
.section.sec-partner .partner-map .map-wrap .dot-item { position: absolute; }
.section.sec-partner .partner-map .map-wrap .dot-item .dot { width: 10px; height: 10px; border: 3px solid #e84227; box-shadow: 0px 0px 18px 0px rgba(232, 66, 39, 0.36); margin: auto; border-radius: 50%; }
.section.sec-partner .partner-map .map-wrap .dot-item .dot-title { font-size: 12px; }
.section.sec-partner .partner-map .map-wrap .dot-item .overlay { position: absolute; width: 10px; height: 10px; margin: auto; top: 0; left: 0; right: 0; opacity: 0; -webkit-transition: transform .5s,opacity .5s; -moz-transition: transform .5s,opacity .5s; -ms-transition: transform .5s,opacity .5s; -o-transition: transform .5s,opacity .5s; transition: transform .5s,opacity .5s; z-index: 2; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.section.sec-partner .partner-map .map-wrap .dot-item .overlay .item-img { visibility: hidden; position: absolute; width: 160px; opacity: 1; margin: auto; left: -80px; right: -80px; bottom: -10px; border: 2px solid var(--theme-color); border-radius: 5px; overflow: hidden; }
@media (max-width: 991.98px) { .section.sec-partner .partner-map .map-wrap .dot-item .overlay .item-img { width: 140px; } }
@media (max-width: 767.98px) { .section.sec-partner .partner-map .map-wrap .dot-item .dot { width: 8px; height: 8px; border-width: 3px; }
  .section.sec-partner .partner-map .map-wrap .dot-item .overlay .item-img { width: 120px; } }
@media (max-width: 575.98px) { .section.sec-partner .partner-map .map-wrap .dot-item .dot { width: 5px; height: 5px; border-width: 2px; }
  .section.sec-partner .partner-map .map-wrap .dot-item .dot-title { font-size: 6px; }
  .section.sec-partner .partner-map .map-wrap .dot-item .overlay .item-img { width: 100px; } }
.section.sec-partner .partner-map .map-wrap .dot-item.active .overlay { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.section.sec-partner .partner-map .map-wrap .dot-item.active .overlay .item-img { visibility: visible; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-1 { right: 16%; top: 39%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-2 { right: 45%; bottom: 30%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-3 { right: 12%; bottom: 12%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-4 { right: 50%; top: 34%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-5 { left: 14%; top: 38%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-6 { left: 52%; bottom: 10%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-7 { left: 49%; top: 21%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-8 { left: 53%; top: 53%; display: none; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-9 { right: 26%; top: 47%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-10 { right: 42%; bottom: 16%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-11 { right: 47%; top: 45%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-12 { left: 48%; bottom: 21%; display: none; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-13 { bottom: 21%; left: 50%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-14 { bottom: 27%; left: 24%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-15 { right: 25%; top: 13%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-16 { left: 43%; bottom: 35%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-17 { left: 54%; bottom: 35%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-18 { right: 30%; bottom: 40%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-19 { right: 25%; top: 32%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-20 { right: 39%; top: 32%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-21 { right: 36%; top: 42%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-22 { right: 31%; top: 30%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-23 { right: 34%; top: 20%; }
.section.sec-partner .partner-map .map-wrap .dot-item.item-24 { right: 29%; top: 39%; }

.solution-swiper { margin-top: 2%; padding-bottom: 2%; }
.solution-swiper .swiper-slide.swiper-slide-active { box-shadow: 0px 0px 40px 0px rgba(26, 44, 77, 0.16); }
.solution-swiper .swiper-slide.swiper-slide-active::before { opacity: 0; z-index: -1; }
.solution-swiper .swiper-slide::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.solution-swiper .swiper-slide.swiper-slide-next::before { background-color: rgba(255, 255, 255, 0.7); }
.solution-swiper .swiper-slide:not(.swiper-slide-active):hover::before { opacity: .5; }
.solution-swiper .swiper-slide .item-wrap { position: relative; }
.solution-swiper .swiper-slide .item-wrap .overlay { position: absolute; right: 6%; bottom: 0; width: 500px; color: #FFFFFF; }
.solution-swiper .swiper-slide .item-wrap .overlay-wrap { background: rgba(230, 75, 50, 0.9); padding: 7%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head { position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 8%; margin-bottom: 8%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-title { text-align: center; font-size: 30px; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev, .solution-swiper .swiper-slide .item-wrap .overlay-head .head-next { width: 22px; height: 22px; position: absolute; margin: auto; top: 50%; bottom: 50%; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev svg, .solution-swiper .swiper-slide .item-wrap .overlay-head .head-next svg { width: 100%; height: 100%; fill: currentColor; display: block; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-prev { left: 0; }
.solution-swiper .swiper-slide .item-wrap .overlay-head .head-next { right: 0; }
.solution-swiper .swiper-slide .item-wrap .overlay-desc { font-size: 16px; line-height: 2; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope { border-top: 1px solid rgba(255, 255, 255, 0.3); margin-top: 8%; padding-top: 5%; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-title { font-size: 20px; margin-bottom: 3%; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-icon { border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.1); overflow: hidden; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-icon img { width: 100%; height: 100%; object-fit: cover; }
.solution-swiper .swiper-slide .item-wrap .overlay-scope .scope-list .item .item-wrap .item-title { line-height: 2; margin-top: 12px; text-align: center; }

.index-video { position: relative; }
.index-video .video-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #FFFFFF; }
.index-video .video-wrap .play-btn { width: 70px; height: 70px; cursor: pointer; }
.index-video .video-wrap .play-btn svg { width: 100%; height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.index-video .video-wrap .play-btn svg path { fill: #FFFFFF; }
.index-video .video-wrap .play-btn svg path:nth-child(1), .index-video .video-wrap .play-btn svg path:nth-child(3) { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; }
.index-video .video-wrap .play-btn:hover svg path { fill: var(--theme-color); }
.index-video .video-wrap .play-btn:hover svg path:nth-child(1), .index-video .video-wrap .play-btn:hover svg path:nth-child(3) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 1199.98px) { .index-video .video-wrap .play-btn { width: 62px; height: 62px; } }
@media (max-width: 991.98px) { .index-video .video-wrap .play-btn { width: 56px; height: 56px; } }
@media (max-width: 737.98px) { .index-video { height: 240px; }
  .index-video .video-wrap .play-btn { width: 50px; height: 50px; }
  .index-video .video-wrap .video-desc { font-size: 14px; }
  .index-video img { height: 100%; object-fit: cover; } }
@media (max-width: 575.98px) { .index-video { height: 200px; }
  .index-video .video-wrap .play-btn { width: 42px; height: 42px; } }

.inner-section { padding: 3% 0; }
@media (max-width: 767.98px) { .inner-section { padding: 5% 0; } }
.inner-section .sec-head2 .head-title { position: relative; font-size: 36px; color: #222222; }
.inner-section .sec-head2 .head-title::before { content: ''; display: block; position: absolute; top: 0; background: url("../Image/head-icon.png") center/contain no-repeat; width: 44px; height: 44px; }
.inner-section .sec-head2.head-white .head-title .en-title { color: #ffffff; }
.inner-section .sec-head2.head-white .head-title .cn-title { color: #ffffff; }
.inner-section .sec-head2 .honor-category .item .item-wrap { position: relative; line-height: 58px; font-size: 18px; }
.inner-section .sec-head2 .honor-category .item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; margin: auto; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
@media (max-width: 991.98px) { .inner-section .sec-head2 .honor-category .item .item-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head2 .honor-category .item .item-wrap { font-size: 14px; } }
.inner-section .sec-head2 .honor-category .item.active .item-wrap, .inner-section .sec-head2 .honor-category .item:hover .item-wrap { color: var(--theme-color); }
.inner-section .sec-head2 .honor-category .item.active .item-wrap::after, .inner-section .sec-head2 .honor-category .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.inner-section .sec-head2 .head-desc { font-size: 16px; color: #4d4d4d; line-height: 2; }
.inner-section .sec-head2.head-white .head-title { color: #ffffff; }
.inner-section .sec-head2.head-white .head-desc { color: #ffffff; }
@media (max-width: 1760px) { .inner-section .sec-head2 .head-title .cn-title { font-size: 34px; } }
@media (max-width: 1679.98px) { .inner-section .sec-head2 .head-title .cn-title { font-size: 32px; } }
@media (max-width: 991.98px) { .inner-section .sec-head2 .head-title .cn-title { font-size: 36px; }
  .inner-section .sec-head2 .head-desc { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section .sec-head2 .head-title .cn-title { font-size: 20px; }
  .inner-section .sec-head2 .head-desc { font-size: 16px; } }
@media (max-width: 575.98px) { .inner-section .sec-head2 .head-title .cn-title { font-size: 16px; }
  .inner-section .sec-head2 .head-desc { font-size: 13px; } }
.inner-section .sec-head { position: relative; text-align: center; }
.inner-section .sec-head::before { content: attr(data-title); display: block; position: absolute; width: 100%; font-family: lovelo; font-weight: bold; background-image: -moz-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); background-image: -webkit-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); background-image: -ms-linear-gradient(-90deg, #efefef 0%, #ffffff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 60px; bottom: 70%; line-height: .8; text-transform: uppercase; }
.inner-section .sec-head .head-title { position: relative; font-size: 36px; color: #222222; font-weight: bold; }
.inner-section .sec-head .head-title::before { content: ''; display: block; position: absolute; top: 0; background: url("../Image/head-icon.png") center/contain no-repeat; width: 44px; height: 44px; left: -10px; }
.inner-section .sec-head .head-title::after { display: inline-block; content: ''; width: 10px; height: 10px; background-color: #d43232; border-radius: 50%; vertical-align: sub; margin-left: 8px; }
.inner-section .sec-head .head-line::before, .inner-section .sec-head .head-line::after { content: ''; display: inline-block; vertical-align: middle; width: 4rem; height: 2px; background-color: #000000; }
.inner-section .sec-head .head-line::before { margin-right: 3px; background-color: var(--theme-color); }
.inner-section .sec-head .head-line.single-line::before { margin-right: 0; background-color: #000000; }
.inner-section .sec-head.head-white .head-title .en-title { color: #ffffff; }
.inner-section .sec-head.head-white .head-title .cn-title { color: #ffffff; }
.inner-section .sec-head .honor-category .item .item-wrap { position: relative; line-height: 58px; font-size: 18px; }
.inner-section .sec-head .honor-category .item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; margin: auto; background-color: var(--theme-color); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
@media (max-width: 991.98px) { .inner-section .sec-head .honor-category .item .item-wrap { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .honor-category .item .item-wrap { font-size: 14px; } }
.inner-section .sec-head .honor-category .item.active .item-wrap, .inner-section .sec-head .honor-category .item:hover .item-wrap { color: var(--theme-color); }
.inner-section .sec-head .honor-category .item.active .item-wrap::after, .inner-section .sec-head .honor-category .item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.inner-section .sec-head .head-desc { font-size: 30px; color: #4d4d4d; line-height: 2; }
.inner-section .sec-head .head-desc strong { color: var(--theme-color); }
.inner-section .sec-head.head-white .head-title { color: #ffffff; }
.inner-section .sec-head.head-white .head-desc { color: #ffffff; }
@media (max-width: 1760px) { .inner-section .sec-head .head-title .cn-title { font-size: 34px; } }
@media (max-width: 1679.98px) { .inner-section .sec-head .head-title { font-size: 34px; }
  .inner-section .sec-head .head-desc { font-size: 24px; } }
@media (max-width: 991.98px) { .inner-section .sec-head .head-title { font-size: 28px; }
  .inner-section .sec-head .head-desc { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section .sec-head .head-title { font-size: 24px; }
  .inner-section .sec-head .head-desc { font-size: 18px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-title { font-size: 22px; }
  .inner-section .sec-head .head-desc { font-size: 16px; } }
.inner-section .sec-head-sub { margin-bottom: 2%; }
.inner-section .sec-head-sub .head-name::before, .inner-section .sec-head-sub .head-name::after { content: ''; display: inline-block; vertical-align: middle; width: 8%; border-bottom: 1px solid #e5e5e5; }
.inner-section .sec-head-sub .head-name strong { font-size: 32px; color: #333333; margin: 0 1.5rem; display: inline-block; vertical-align: middle; }
@media (max-width: 1199.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 28px; } }
@media (max-width: 991.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section .sec-head-sub .head-name strong { font-size: 18px; } }
.inner-section .sec-head-sub .head-single-line { width: 5%; height: 3px; background-color: var(--theme-color); margin: 2% auto 2.5%; }
.inner-section .sec-box .sec-left { width: 44%; }
.inner-section .sec-box .sec-left .sec-more { display: inline-block; background-color: var(--theme-red); color: #ffffff; width: 160px; height: 46px; line-height: 46px; text-align: center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section .sec-box .sec-left .sec-more:hover { color: var(--theme-red); background-color: #ffffff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); letter-spacing: 1px; }
.inner-section .sec-box .sec-left .sec-content { margin-top: 5%; line-height: 28px; }
@media (max-width: 991.98px) { .inner-section .sec-box .sec-left { width: 100%; }
  .inner-section .sec-box .sec-left .sec-content { margin-bottom: 3%; } }
@media (max-width: 767.98px) { .inner-section .sec-box .sec-left .sec-content { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section .sec-box .sec-left .sec-content { font-size: 13px; } }
.inner-section .contact-head .head-name { font-size: 28px; color: #333333; }
@media (max-width: 991.98px) { .inner-section .contact-head .head-name { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section .contact-head .head-name { font-size: 22px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-name { font-size: 20px; } }
.inner-section .contact-head .head-desc { font-size: 16px; color: #757575; }
@media (max-width: 767.98px) { .inner-section .contact-head .head-desc { font-size: 15px; } }
@media (max-width: 575.98px) { .inner-section .contact-head .head-desc { font-size: 13px; } }
.inner-section .sec-more { margin: 3% 0; display: inline-block; border: 2px solid var(--theme-color); border-radius: 10em; padding: 10px 25px; color: var(--theme-color); }
.inner-section .sec-more span { display: inline-block; vertical-align: middle; }
.inner-section .sec-more span.more-icon { width: 26px; height: 26px; border-radius: 50%; background-color: currentColor; position: relative; }
.inner-section .sec-more svg { width: 26px; height: 26px; margin-left: 10px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section .sec-more svg path { fill: var(--theme-color); }
.inner-section .sec-more:hover svg { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.inner-section.sec-about { padding: 5%; background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #ffffff 70%); }
.inner-section.sec-about .about-txt { width: 100%; height: auto; position: absolute; }
.inner-section.sec-about .about-img { position: relative; margin-right: 6%; }
.inner-section.sec-about .about-img img { max-width: 100%; }
.inner-section.sec-about .about-right { position: relative; z-index: 2; flex: 1; }
.inner-section.sec-about .about-right .sec-head .head-title { font-size: 32px; color: #333333; }
.inner-section.sec-about .about-right .about-content { margin-top: 2rem; color: #666666; line-height: 36px; overflow: hidden; }
.inner-section.sec-about .about-right .about-content p { margin-bottom: 2rem; }
.inner-section.sec-about .about-right .about-more { margin-top: 3vw; font-size: 18px; }
.inner-section.sec-about .about-right .about-more .more-icon { width: 45px; height: 45px; position: relative; background-color: var(--theme-blue); border-radius: 50%; display: inline-block; vertical-align: middle; }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-right .about-more .more-icon { width: 42px; height: 42px; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-right .about-more .more-icon { width: 36px; height: 36px; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-right .about-more .more-icon { width: 32px; height: 32px; } }
.inner-section.sec-about .about-right .about-more .more-icon::before, .inner-section.sec-about .about-right .about-more .more-icon::after { content: ''; display: block; width: 25%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.inner-section.sec-about .about-right .about-more .more-icon::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.inner-section.sec-about .about-right .about-more .more-icon::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.inner-section.sec-about .about-right .about-more span { margin-left: 5px; display: inline-block; }
.inner-section.sec-about .about-right .about-more a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (min-width: 1800px) { .inner-section.sec-about .about-right .about-more { margin-top: 2vw; } }
@media (max-width: 1679.98px) { .inner-section.sec-about .about-right .sec-head .head-title .en-title { font-size: 66px; }
  .inner-section.sec-about .about-right .about-content { margin-top: 1rem; }
  .inner-section.sec-about .about-right .about-content p { margin-bottom: .5rem; } }
@media (max-width: 1399.98px) { .inner-section.sec-about .about-right .sec-head .head-title .en-title { font-size: 62px; }
  .inner-section.sec-about .about-right .sec-head .head-title .cn-title { font-size: 28px; }
  .inner-section.sec-about .about-right .about-content { margin-top: 0.5rem; }
  .inner-section.sec-about .about-right .about-more { margin-top: 1vw; } }
@media (max-width: 1199.98px) { .inner-section.sec-about .about-right .sec-head .head-title .en-title { font-size: 52px; }
  .inner-section.sec-about .about-right .sec-head .head-title .cn-title { font-size: 26px; }
  .inner-section.sec-about .about-right .about-content { margin-top: 0.5rem; }
  .inner-section.sec-about .about-right .about-more { margin-top: 1.5vw; } }
@media (max-width: 991.98px) { .inner-section.sec-about .about-right { width: 100%; padding: 1rem 2rem 3vw; }
  .inner-section.sec-about .about-right::after { display: none; }
  .inner-section.sec-about .about-right .sec-head .head-title .en-title { font-size: 56px; }
  .inner-section.sec-about .about-right .sec-head .head-title .cn-title { font-size: 24px; } }
.inner-section.sec-cultrue .cultrue-swiper { margin-top: 4%; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap { padding: 10%; display: flex; flex-direction: column; justify-content: space-between; background-color: #f5f6f7; border-radius: 35px 0; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-icon { position: relative; width: 68px; height: 68px; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-icon img { max-height: 100%; max-width: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-title { font-size: 30px; font-weight: bold; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap .item-caption .item-desc { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; margin-top: 10px; font-size: 18px; color: #808080; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover { background-color: var(--theme-color); }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-icon img { filter: contrast(0) grayscale(100%) brightness(100); }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-caption .item-title, .inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-caption .item-desc { color: #ffffff; }
.inner-section.sec-cultrue .cultrue-swiper .item .item-wrap:hover .item-caption .item-desc { opacity: .5; }
.inner-section.sec-cultrue .cultrue-box { margin-top: 4%; }
.inner-section.sec-cultrue .cultrue-box .item-row .item { padding-bottom: 2rem; }
.inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { --icon-width:48px; }
@media (min-width: 992px) { .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { width: 80%; } }
.inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-icon { width: var(--icon-width); height: var(--icon-width); }
.inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-icon svg { width: 100%; height: 100%; }
.inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-title { font-size: 24px; color: #353535; line-height: 2.5; }
.inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-desc { color: #666666; min-height: 60px; }
@media (max-width: 1199.98px) { .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { --icon-width:46px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-title { font-size: 22px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { --icon-width:42px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-title { font-size: 20px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { --icon-width:36px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-title { font-size: 18px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap { --icon-width:32px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-title { font-size: 16px; }
  .inner-section.sec-cultrue .cultrue-box .item-row .item .item-wrap .item-desc { font-size: 12px; } }
.inner-section.sec-active { background: url("../Image/sec-active.jpg") center/cover no-repeat; }
.inner-section.sec-active .sec-head strong { font-size: 36px; color: #010101; }
.inner-section.sec-active .active-swiper { overflow: visible; position: relative; }
.inner-section.sec-active .active-swiper .swiper-prev-next { position: absolute; width: 48px; height: 48px; border-radius: 50%; margin: auto; top: 0; bottom: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.3); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.inner-section.sec-active .active-swiper .swiper-prev-next svg { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; max-width: 50%; max-height: 50%; }
.inner-section.sec-active .active-swiper .swiper-prev-next svg path { fill: #ffffff; }
.inner-section.sec-active .active-swiper .swiper-prev-next.active-prev { left: 3%; }
.inner-section.sec-active .active-swiper .swiper-prev-next.active-next { right: 3%; }
.inner-section.sec-active .active-swiper .swiper-prev-next:hover { background-color: var(--theme-color); }
.inner-section.sec-active .active-swiper .item { padding: 30px 10px; }
.inner-section.sec-active .active-swiper .item .item-wrap { background-color: #fff; border-radius: 8px; box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16); }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .ratio-cultrue-focus { --mdb-aspect-ratio: calc( 4 / 11 * 100% ); overflow: hidden; background-color: #666666; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .ratio-cultrue-focus::after { content: ''; display: block; position: absolute; width: 30%; height: 100%; top: 0; left: 0; opacity: 0; background-image: -webkit-linear-gradient(200deg, rgba(52, 102, 206, 0) 40%, #3466ce 90%); -webkit-transition: width 1s,opacity .5s,transform .5s; -moz-transition: width 1s,opacity .5s,transform .5s; -ms-transition: width 1s,opacity .5s,transform .5s; -o-transition: width 1s,opacity .5s,transform .5s; transition: width 1s,opacity .5s,transform .5s; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap { z-index: 2; color: #ffffff; padding: 6% 7.5% 6% 6%; --icon-size:52px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-icon { width: var(--icon-size); height: var(--icon-size); position: relative; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-icon svg path { fill: #ffffff; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-title { font-size: 20px; line-height: 2.5; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-content { line-height: 28px; }
@media (max-width: 1399.98px) { .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap { --icon-size: 38px; padding: 5% 6.5% 5% 5%; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-title { font-size: 18px; line-height: 2; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-content { font-size: 14px; line-height: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap { --icon-size: 48px; padding: 5% 6.5% 5% 5%; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-title { font-size: 18px; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-content { font-size: 14px; } }
@media (max-width: 767.98px) { .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap { --icon-size: 38px; padding: 4% 5.5% 5% 5%; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-title { font-size: 16px; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-content { line-height: 26px; font-size: 12px; } }
@media (max-width: 575.98px) { .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap { --icon-size: 32px; padding: 3% 4.5% 3% 3%; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-title { font-size: 14px; }
  .inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item .item-wrap .item-content { line-height: 18px; font-size: 10px; } }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:hover .ratio-cultrue-focus::after { opacity: 1; width: 100%; -webkit-transform: translateX(-10%); -moz-transform: translateX(-10%); -ms-transform: translateX(-10%); -o-transform: translateX(-10%); transform: translateX(-10%); }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:nth-child(1) .ratio-cultrue-focus::before { background: url("../Image/cultrue/1.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:nth-child(2) .ratio-cultrue-focus::before { background: url("../Image/cultrue/2.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:nth-child(3) .ratio-cultrue-focus::before { background: url("../Image/cultrue/3.jpg") center/cover no-repeat; }
.inner-section.sec-cultrue-focus .cultrue-box-focus .cultrue-item:nth-child(4) .ratio-cultrue-focus::before { background: url("../Image/cultrue/4.jpg") center/cover no-repeat; }
.inner-section.sec-history { background: url("../Image/sec-history-bg.jpg") center/cover no-repeat #083fb5; }
.inner-section.sec-history .history-box .history-level { font-size: 30px; margin: 2% 0 3%; }
.inner-section.sec-history .history-year-swiper { position: relative; }
.inner-section.sec-history .history-year-swiper::after { content: '  '; display: block; position: absolute; width: 100vw; margin: auto; height: 1px; background-color: #fff; opacity: .1; left: 0; bottom: 11px; }
.inner-section.sec-history .history-year-swiper .item .item-wrap { cursor: pointer; padding-top: 3vw; }
.inner-section.sec-history .history-year-swiper .item .item-wrap .item-year { font-size: 20px; line-height: 2; }
.inner-section.sec-history .history-year-swiper .item .item-wrap .item-year span { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-history .history-year-swiper .item .item-wrap .item-dot { width: 5px; height: 5px; border-radius: 50%; background-color: #fff; margin: 10px auto; }
.inner-section.sec-history .history-year-swiper .item.swiper-slide-active .item-wrap .item-year span { -webkit-transform: scale(2) translateY(-1vw); -moz-transform: scale(2) translateY(-1vw); -ms-transform: scale(2) translateY(-1vw); -o-transform: scale(2) translateY(-1vw); transform: scale(2) translateY(-1vw); }
.inner-section.sec-history .history-content-swiper .item { padding: 4% 0; }
.inner-section .ratio-honor { --mdb-aspect-ratio: calc( 505 / 369 * 100%); }
.inner-section.sec-honor { background: url("../Image/sec-honor-bg.png") bottom center no-repeat; }
.inner-section.sec-honor .honor-box { padding-bottom: 2%; }
.inner-section.sec-honor .honor-box .honor-arrow { width: 30%; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; width: 32px; height: 32px; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-icon svg { width: 100%; height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info { line-height: 1.5; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info .arrow-title { color: #949694; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-honor .honor-box .honor-arrow .arrow-info .arrow-value { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #333333; }
.inner-section.sec-honor .honor-box .honor-arrow:hover .arrow-info .arrow-title { color: #666666; }
.inner-section.sec-honor .honor-box .honor-arrow:hover .arrow-info .arrow-value { color: var(--theme-color); }
.inner-section.sec-honor .honor-box .honor-arrow.arrow-left:hover .arrow-icon { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
.inner-section.sec-honor .honor-box .honor-arrow.arrow-right:hover .arrow-icon { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.inner-section.sec-honor .honor-box .box-head { padding: 0 10px; margin: 3% auto; }
.inner-section.sec-honor .honor-box .box-head .head-title { max-width: 50%; font-size: 30px; color: #333333; }
.inner-section.sec-honor .honor-swiper .item .item-wrap .item-img img { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-honor .honor-swiper .item.swiper-slide-active .item-wrap .item-img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section.sec-client .sec-content { margin: 0 auto; color: #666666; line-height: 2; }
@media (min-width: 1200px) { .inner-section.sec-client .sec-content { width: 95%; } }
@media (min-width: 1400px) { .inner-section.sec-client .sec-content { width: 80%; } }
@media (min-width: 1680px) { .inner-section.sec-client .sec-content { width: 65%; } }
@media (max-width: 575.98px) { .inner-section.sec-client .sec-content { font-size: 14px; line-height: 1.8; } }
.inner-section.sec-client .client-params { margin-top: 3%; }
.inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { display: inline-block; font-family: arial,sans-serif; font-size: 320px; color: #e3eef7; line-height: 0.5; }
.inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(30%); -moz-transform: translateY(30%); -ms-transform: translateY(30%); -o-transform: translateY(30%); transform: translateY(30%); }
.inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(80%); -moz-transform: translateY(80%); -ms-transform: translateY(80%); -o-transform: translateY(80%); transform: translateY(80%); }
@media (max-width: 1199.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 280px; } }
@media (max-width: 991.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 180px; }
  .inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
  .inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(60%); -moz-transform: translateY(60%); -ms-transform: translateY(60%); -o-transform: translateY(60%); transform: translateY(60%); } }
@media (max-width: 767.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { font-size: 150px; }
  .inner-section.sec-client .client-params::before { content: '“'; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }
  .inner-section.sec-client .client-params::after { content: '”'; -webkit-transform: translateY(60%); -moz-transform: translateY(60%); -ms-transform: translateY(60%); -o-transform: translateY(60%); transform: translateY(60%); } }
@media (max-width: 575.98px) { .inner-section.sec-client .client-params::before, .inner-section.sec-client .client-params::after { display: none; } }
.inner-section.sec-client .client-params .param-item { padding: 0 5%; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value { font-weight: bold; color: #333333; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 52px; font-family: manrope ,DIN; }
.inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 30px; }
@media (max-width: 991.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 48px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 42px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-client .client-params .param-item .item-wrap .item-value .number { font-size: 36px; }
  .inner-section.sec-client .client-params .param-item .item-wrap .item-value .unit { font-size: 18px; } }
.inner-section.sec-client .client-params .param-item .item-wrap .item-desc { color: #666666; }
.inner-section.sec-featrue .sec-head .head-name { font-size: 36px; color: #333333; font-weight: bold; }
.inner-section.sec-featrue .feature-swiper { margin-top: 4%; }
.inner-section.sec-featrue .feature-swiper .item { height: auto; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap { background-color: #f7f8fa; border: 1px solid #f7f8fa; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; padding: 20% 12%; height: 100%; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 60px; height: 60px; position: relative; margin-bottom: 12px; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon img { max-width: 100%; max-height: 100%; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 24px; line-height: 2; font-weight: bold; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { height: 3px; background-color: #c7000b; width: 50px; margin: 1.5rem 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { line-height: 2; color: #333333; font-size: 18px; }
@media (max-width: 1199.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 52px; height: 52px; margin-bottom: 10px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 991.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 46px; height: 46px; position: relative; margin-bottom: 10px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 20px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { width: 40px; margin: 1.15rem 0; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-icon { width: 42px; height: 42px; position: relative; margin-bottom: 8px; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-title { font-size: 18px; line-height: 2; font-weight: bold; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-line { width: 30px; margin: 1rem 0; }
  .inner-section.sec-featrue .feature-swiper .item .item-wrap .item-desc { line-height: 1.8; font-size: 14px; } }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover { border-color: #e84227; background-color: #fff; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover .item-icon img { -webkit-animation: swing 1s; -o-animation: swing 1s; animation: swing 1s; }
.inner-section.sec-featrue .feature-swiper .item .item-wrap:hover .item-line { width: 60px; }
.inner-section.sec-cases .cases-swiper .item .item-wrap { position: relative; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-img { overflow: hidden; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.inner-section.sec-cases .cases-swiper .item .item-wrap .item-name { z-index: 2; position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; line-height: 2; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.inner-section.sec-cases .cases-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.inner-section.sec-cases .cases-swiper .item:hover .item-wrap .item-name { background-color: rgba(52, 102, 206, 0.5); }
.inner-section.sec-application .application-swiper .item .item-wrap { position: relative; }
.inner-section.sec-application .application-swiper .item .item-wrap .overlay { position: absolute; width: 45%; right: 0; bottom: 0; }
.inner-section.sec-application .application-swiper .item .item-wrap .overlay .overlay-wrap { background-color: var(--theme-color); color: #ffffff; padding: 1.5rem 2rem; border-radius: 10px; -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; opacity: 0; }
.inner-section.sec-application .application-swiper .item .item-wrap .overlay .overlay-wrap .item-title { font-size: 20px; line-height: 2; }
.inner-section.sec-application .application-swiper .item .item-wrap .overlay .overlay-wrap .item-content { font-size: 16px; line-height: 1.8; }
.inner-section.sec-application .application-swiper .item .item-wrap .overlay .overlay-wrap .item-more a { opacity: .8; color: #fff; line-height: 2; font-size: 14px; }
.inner-section.sec-application .application-swiper .item.swiper-slide-active .item-wrap .overlay .overlay-wrap { opacity: 1; -webkit-transform: translate(-20%, 50%); -moz-transform: translate(-20%, 50%); -ms-transform: translate(-20%, 50%); -o-transform: translate(-20%, 50%); transform: translate(-20%, 50%); }
.inner-section.sec-application .application-swiper .swiper-bottom { margin-top: 4%; }
.inner-section.sec-application .application-swiper .swiper-bottom .count-box { font-family: Avian; color: #bbbbbb; font-size: 18px; }
.inner-section.sec-application .application-swiper .swiper-bottom .count-box .cur-num { color: #000000; font-size: 24px; font-weight: bold; }
.inner-section.sec-application .application-swiper .swiper-bottom .line { width: 260px; height: 2px; background-color: #e5e5e5; margin: 0 15px; position: relative; }
.inner-section.sec-application .application-swiper .swiper-bottom .line .bar { position: absolute; top: 0; left: 0; height: 100%; background-color: var(--theme-color); }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow { display: block; position: relative; line-height: 22px; height: 22px; width: 26px; border: 1px solid #e3e3e3; }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow svg { width: 12px; height: 12px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow svg path { fill: #727272; }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow.arrow-prev { padding-left: 4px; border-radius: 3rem 0 0 3rem; border-right: none; }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow.arrow-next { padding-right: 4px; border-radius: 0 3rem 4rem 0; }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow:hover { background-color: var(--theme-color); border-color: var(--theme-color); }
.inner-section.sec-application .application-swiper .swiper-bottom .arrow-box .arrow:hover svg path { fill: #ffffff; }
@keyframes spinning { 100% { transform: rotate(-1turn); } }
@keyframes spinning-reverse { 0% { transform: scale(150%) rotate(-1turn); }
  100% { transform: scale(150%) rotate(1turn); } }
.inner-section.sec-support { background: url("../Image/bg-feature.jpg") top no-repeat; }
.inner-section.sec-support .sec-head .head-desc { font-size: 18px; color: #666666; line-height: 2; }
.inner-section.sec-support .support-box .support-item { margin-top: 12px; margin-bottom: 5%; }
.inner-section.sec-support .support-box .support-item .item-title { font-weight: bold; font-size: 30px; color: #333333; line-height: 2; }
.inner-section.sec-support .support-box .support-item .item-content { color: #666666; line-height: 2.2; }
@media (max-width: 991.98px) { .inner-section.sec-support .support-box .support-item .item-title { font-size: 24px; }
  .inner-section.sec-support .support-box .support-item .item-content { line-height: 2; } }
@media (max-width: 767.98px) { .inner-section.sec-support .support-box .support-item .item-title { font-size: 20px; }
  .inner-section.sec-support .support-box .support-item .item-content { line-height: 1.8; } }
@media (max-width: 767.98px) { .inner-section.sec-support .support-box .support-item .item-title { font-size: 18px; }
  .inner-section.sec-support .support-box .support-item .item-content { font-size: 14px; line-height: 1.5; } }
.inner-section.sec-support .support-sub-section { padding: 3% 0; }
.inner-section.sec-support .support-sub-section .sec-head .sec-title { font-size: 30px; color: #333333; line-height: 2; }
.inner-section.sec-support .support-sub-section .sec-head .sec-desc { color: #666666; font-size: 18px; }
@media (max-width: 991.98px) { .inner-section.sec-support .support-sub-section .sec-head .sec-title { font-size: 24px; }
  .inner-section.sec-support .support-sub-section .sec-head .sec-desc { line-height: 2; } }
@media (max-width: 767.98px) { .inner-section.sec-support .support-sub-section .sec-head .sec-title { font-size: 20px; }
  .inner-section.sec-support .support-sub-section .sec-head .sec-desc { line-height: 1.8; } }
@media (max-width: 767.98px) { .inner-section.sec-support .support-sub-section .sec-head .sec-title { font-size: 18px; }
  .inner-section.sec-support .support-sub-section .sec-head .sec-desc { font-size: 14px; line-height: 1.5; } }
.inner-section.sec-support .support-sub-section .saleafter-box { margin-top: 3%; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap { height: 100%; text-align: center; border: 1px solid #ffffff; border-radius: 5px; -webkit-transition: box-shadow .5s; -moz-transition: box-shadow .5s; -ms-transition: box-shadow .5s; -o-transition: box-shadow .5s; transition: box-shadow .5s; background-image: -moz-linear-gradient(-180deg, white 0%, #e2e7f4 100%); background-image: -webkit-linear-gradient(-180deg, white 0%, #e2e7f4 100%); background-image: -ms-linear-gradient(-180deg, white 0%, #e2e7f4 100%); padding: 8%; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap:hover { box-shadow: 0px 2px 27px 0px rgba(34, 36, 40, 0.13); }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { color: #d43232; font-size: 124px; font-weight: bold; position: relative; line-height: 2; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { margin: auto; top: 0; bottom: 0; right: 18%; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 1px dashed rgba(212, 50, 50, 0.7); -webkit-animation: spinning 20s linear infinite; -o-animation: spinning 20s linear infinite; animation: spinning 20s linear infinite; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i::before { -webkit-animation: spinning-reverse 25s linear infinite; -o-animation: spinning-reverse 25s linear infinite; animation: spinning-reverse 25s linear infinite; content: ''; position: absolute; margin: auto; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 1px dashed rgba(212, 50, 50, 0.3); -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value span { position: relative; display: inline-block; z-index: 2; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 30px; font-weight: bold; line-height: 2; color: #d43232; }
.inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-desc { color: #494949; line-height: 2; }
@media (max-width: 1399.98px) { .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { font-size: 120px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { width: 130px; height: 130px; right: 10%; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 28px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-desc { font-size: 14px; line-height: 1.8; } }
@media (max-width: 1199.98px) { .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { font-size: 110px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { width: 100px; height: 100px; right: 10%; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 24px; } }
@media (max-width: 991.98px) { .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { line-height: 1.5; font-size: 80px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { width: 72px; height: 72px; right: 10%; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 22px; } }
@media (max-width: 767.98px) { .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { font-size: 85px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { width: 85px; height: 85px; right: 24%; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 20px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-desc { font-size: 16px; line-height: 1.8; } }
@media (max-width: 575.98px) { .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap { font-size: 14px; line-height: 1.5; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value { font-size: 52px; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-value i { width: 60px; height: 60px; right: 28%; }
  .inner-section.sec-support .support-sub-section .saleafter-box .item .item-wrap .item-title { font-size: 18px; } }
.inner-section.sec-contact { padding-bottom: 7%; }
.inner-section.sec-contact .contact-right .message-box { position: relative; padding: 2vw 3vw; border-radius: 10px; background-color: white; box-shadow: 0px 0px 40px 0px rgba(41, 67, 152, 0.09); }
.inner-section.sec-contact .contact-right .message-box .sec-title { color: #dedede; }
.inner-section.sec-contact .contact-right .message-box .sec-head .head-title .en-title { color: #dedede; }
.inner-section.sec-contact .contact-right .message-box .sec-desc { color: #a7a7a7; line-height: 2; }
.inner-section.sec-contact .contact-right .message-box .w-form .form-item .input-txt, .inner-section.sec-contact .contact-right .message-box .w-form .form-item .input-textarea { border: 1px solid #efefef; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.inner-section.sec-contact .contact-right .message-box .w-form .form-item .input-txt:focus, .inner-section.sec-contact .contact-right .message-box .w-form .form-item .input-textarea:focus { border-color: var(--theme-color); }
.inner-section.sec-contact .contact-right .message-box .submit-btn { width: 60%; }
.inner-section.sec-contact .contact-right .message-box .submit-btn.submit-reset { border: none; width: 35%; background: #eee; color: #333; }
.inner-section.sec-contact .tel400 { border-bottom: 1px solid #e5e5e5; padding: 3% 0 2%; }
.inner-section.sec-contact .tel400 .tel-label { background-color: var(--theme-color); color: #ffffff; border-radius: 5rem 5rem 5rem 0; padding: 12px 60px; line-height: 34px; margin-right: 20px; }
.inner-section.sec-contact .tel400 .tel-number { color: var(--theme-color); font-weight: bold; font-family: AvianBold; font-size: 42px; line-height: 1; }
@media (max-width: 575.98px) { .inner-section.sec-contact .tel400 .tel-label { font-size: 14px; padding: 5px 30px; }
  .inner-section.sec-contact .tel400 .tel-number { font-size: 24px; } }
.inner-section.sec-contact .qrcode-box .qrcode-item { margin: 0 20px; text-align: center; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img { --border-color:rgba(153,153,153,.3); --img-size: 148px; height: var(--img-size); width: var(--img-size); border: 1px solid var(--border-color); padding: 10px; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img::before { content: ''; width: 100%; height: 100%; position: absolute; border: 1px solid var(--border-color); top: 7px; left: 7px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-img img { z-index: 2; -webkit-transform: translate(5px, 5px); -moz-transform: translate(5px, 5px); -ms-transform: translate(5px, 5px); -o-transform: translate(5px, 5px); transform: translate(5px, 5px); }
.inner-section.sec-contact .qrcode-box .qrcode-item .item-title { margin-top: 1rem; line-height: 2; color: #666666; }
.inner-section.sec-contact .qrcode-box .qrcode-item:hover .item-img { --border-color:rgba(153,153,153,.6); }
.inner-section.sec-contact .contact-box { position: relative; }
.inner-section.sec-contact .contact-box .contact-info .contact-icon { width: 70px; height: 70px; margin: 0 auto .75rem; }
.inner-section.sec-contact .contact-box .contact-info .contact-icon .icon-wrap { background-color: var(--theme-color); }
.inner-section.sec-contact .contact-box .contact-info .contact-icon .icon-wrap svg { width: 80%; height: 80%; }
.inner-section.sec-contact .contact-box .contact-info .contact-icon .icon-wrap svg path { fill: #ffffff; }
.inner-section.sec-contact .contact-box .contact-info .contact-company { font-size: 28px; line-height: 2; color: #333333; font-weight: bold; }
.inner-section.sec-contact .contact-box .contact-info .contact-address { font-size: 18px; line-height: 2; color: #666666; }
.inner-section.sec-contact .contact-box .contact-info .contact-qrcodes { margin-top: 2%; text-align: center; }
.inner-section.sec-contact .contact-box .contact-info .contact-qrcodes img { width: 100%; height: 100%; object-fit: contain; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap { text-align: center; background-color: #fff; border-radius: 3px; padding: 5% 10% 8%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap .item-icon { margin: 0.75rem auto; width: 36px; height: 36px; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap .item-icon svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 100%; height: 100%; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap .item-icon svg path { fill: #000000; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap .item-title { color: #333333; font-size: 18px; line-height: 2; }
.inner-section.sec-contact .contact-lists .contact-item .item-wrap .item-value { margin-top: 8px; font-family: Arial, sans-serif; font-size: 22px; color: #000000; }
.inner-section.sec-contact .contact-lists .contact-item:hover .item-wrap { box-shadow: 0 0 38px 0 rgba(50, 94, 128, 0.14); }
.inner-section.sec-contact .contact-lists .contact-item:hover .item-wrap .item-icon svg path { fill: var(--theme-color); }
.inner-section.sec-message { position: relative; background: url("../Image/bg-feature.jpg") center fixed no-repeat; }
.inner-section.sec-message .message-box { margin-top: 2vw; position: relative; padding: 3vw; border-radius: 18px; background-color: white; box-shadow: 0px 0px 40px 0px rgba(43, 50, 65, 0.23); }
.inner-section.sec-message .message-box .w-form .form-item .input-txt, .inner-section.sec-message .message-box .w-form .form-item .input-textarea { border: 1px solid #efefef; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.inner-section.sec-message .message-box .w-form .form-item .input-txt:focus, .inner-section.sec-message .message-box .w-form .form-item .input-textarea:focus { border-color: var(--theme-color); }
.inner-section.sec-message .message-box .w-form { margin-bottom: 10px; }
.inner-section.sec-message .message-box .w-form .form-label { line-height: 2; }
.inner-section .sec-more { margin: 3% auto 0; }
.inner-section .sec-more .more-icon { width: 78px; height: 78px; position: relative; }
.inner-section .sec-more .more-icon::before { position: absolute; content: ''; display: block; width: 100%; height: 100%; background-color: rgba(52, 102, 206, 0.32); border-radius: 50%; animation: scaleOut 2s linear infinite; }
.inner-section .sec-more .more-icon .icon-wrap { width: 50px; height: 50px; background-color: var(--theme-color); border-radius: 50%; position: relative; z-index: 2; }
.inner-section .sec-more .more-icon .icon-wrap svg { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 24px; height: 24px; }
.inner-section .sec-more .more-icon .icon-wrap svg path { fill: #ffffff; }
.inner-section .sec-more .more-icon:hover .icon-wrap svg { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.inner-section .sec-more .more-txt { color: #717171; text-align: center; margin-top: .625rem; }
.inner-section.sec-aftersales-service .aftersales-tel { color: #29448f; font-size: 30px; }
.inner-section.sec-aftersales-service .aftersales-tel .tel-num { font-size: 32px; color: var(--theme-red); font-family: AvianBold; }
@media (max-width: 1199.98px) { .inner-section.sec-aftersales-service .aftersales-tel { font-size: 28px; }
  .inner-section.sec-aftersales-service .aftersales-tel .tel-num { font-size: 30px; } }
@media (max-width: 991.98px) { .inner-section.sec-aftersales-service .aftersales-tel { font-size: 24px; }
  .inner-section.sec-aftersales-service .aftersales-tel .tel-num { font-size: 26px; } }
@media (max-width: 767.98px) { .inner-section.sec-aftersales-service .aftersales-tel { font-size: 24px; }
  .inner-section.sec-aftersales-service .aftersales-tel .tel-num { font-size: 26px; } }
@media (max-width: 575.98px) { .inner-section.sec-aftersales-service .aftersales-tel { font-size: 20px; }
  .inner-section.sec-aftersales-service .aftersales-tel .tel-num { font-size: 22px; } }
.inner-section.sec-aftersales-service .aftersales-content { margin: 3% 0; line-height: 1.8; }
.inner-section.sec-aftersales-service .aftersales-content img { max-width: 100%; }

.sec-social { background: url("../Image/sec-social.jpg") bottom/cover no-repeat; }
.sec-social .social-desc { color: #666666; margin: 20px auto; }
@media (min-width: 1200px) { .sec-social .social-desc { max-width: 80%; } }
@media (min-width: 1400px) { .sec-social .social-desc { max-width: 60%; } }
@media (min-width: 1680px) { .sec-social .social-desc { max-width: 50%; } }

.social-section { padding: 3% 0; }
.social-section .social-tab-box { height: 100%; width: 75%; margin: 0 auto; }
.social-section .social-tab-box .tab-nav .nav-item { color: #333333; margin: 8% 0; cursor: pointer; }
.social-section .social-tab-box .tab-nav .nav-item::after { content: ''; display: inline-block; width: 2rem; height: 3px; background-color: currentColor; vertical-align: middle; margin: 0 20px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.social-section .social-tab-box .tab-nav .nav-item::before { opacity: 0; content: ''; display: inline-block; width: 2rem; height: 3px; background-color: currentColor; vertical-align: middle; margin: 0 20px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.social-section .social-tab-box .tab-nav .nav-item span { display: inline-block; font-size: 24px; line-height: 2.2; vertical-align: middle; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.social-section .social-tab-box .tab-nav .nav-item.active, .social-section .social-tab-box .tab-nav .nav-item:hover { color: var(--theme-color); }
.social-section .social-tab-box .tab-nav .nav-item.active::after, .social-section .social-tab-box .tab-nav .nav-item.active::before, .social-section .social-tab-box .tab-nav .nav-item:hover::after, .social-section .social-tab-box .tab-nav .nav-item:hover::before { background-color: var(--theme-color); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.social-section .social-tab-box .tab-nav .nav-item.active span, .social-section .social-tab-box .tab-nav .nav-item:hover span { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); }
.social-section .social-tab-box .tab-con { position: relative; margin-top: 20%; }
.social-section .social-tab-box .tab-con::before { content: '”'; font-family: Arial; font-size: 130px; line-height: 1; z-index: 2; color: var(--theme-color); position: absolute; right: 10%; top: -25px; }
.social-section .social-tab-box .tab-con .con-item { position: absolute; right: 0; width: 100%; display: none; background-color: #fff; }
.social-section .social-tab-box .tab-con .con-item .con-wrap { width: 200%; position: absolute; right: 0; padding: 15%; border-radius: 5px; box-shadow: 0 0 32px 0 rgba(57, 57, 81, 0.1); }
.social-section .social-tab-box .tab-con .con-item .con-wrap .con-title { font-size: 30px; font-weight: bold; }
.social-section .social-tab-box .tab-con .con-item .con-wrap .con-desc { color: #666666; font-size: 18px; line-height: 2; margin-top: 20px; }
.social-section .social-tab-box .tab-con .con-item.active { display: block; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item { color: #333333; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item::before { opacity: 1; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item::after { display: none; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item span { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover { color: var(--theme-color); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active::before, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover::before { background-color: var(--theme-color); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item.active span, .social-section .social-box.flex-row-reverse .social-tab-box .tab-nav .nav-item:hover span { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-con::before { content: '“'; right: auto; left: 10%; }
.social-section .social-box.flex-row-reverse .social-tab-box .tab-con .con-item .con-wrap { left: 0; right: auto; }

.news-list .item .item-img { overflow: hidden; }
.news-list .item .item-img img { -webkit-transition: transform  .5s; -moz-transition: transform  .5s; -ms-transition: transform  .5s; -o-transition: transform  .5s; transition: transform  .5s; }
.news-list .item .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 20px; color: #333333; font-weight: bold; }
@media (max-width: 1199.98px) { .news-list .item .item-caption .item-title { font-size: 18px; } }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-title { font-size: 16px; } }
.news-list .item .item-caption .item-content { color: #999999; line-height: 2; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-content { font-size: 14px; } }
.news-list .item .item-caption .item-time { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 14px; color: #999999; }
@media (max-width: 991.98px) { .news-list .item .item-caption .item-time { font-size: 13px; } }
.news-list .item .item-caption .item-time svg { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 16px; }
.news-list .item .item-caption .item-time svg path { fill: currentColor; }
.news-list .item:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-list .item:hover .item-caption .item-title { color: var(--theme-color); }
.news-list .item:hover .item-caption .item-content { color: #666666; }
.news-list .item:hover .item-caption .item-time { color: #666666; }

.news-swiper .item .item-wrap .item-img { border-radius: 10px; overflow: hidden; }
.news-swiper .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-swiper .item .item-wrap .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-swiper .item .item-wrap .item-caption .item-title { font-size: 1.25rem; }
.news-swiper .item .item-wrap .item-caption .item-time { color: #999999; font-size: 14px; font-family: Rany; }
.news-swiper .item .item-wrap .item-caption .item-time svg { display: inline-block; vertical-align: middle; }
.news-swiper .item .item-wrap .item-caption .item-time svg path { fill: currentColor; }
.news-swiper .item .item-wrap .item-caption .item-desc { color: #777777; line-height: 1.8; }
@media (min-width: 1200px) { .news-swiper .item .item-wrap .item-caption .item-desc { font-size: 14px; } }

.article-page .news-detail .news-title { font-size: 30px; line-height: 1.4; margin-bottom: 1rem; color: #282828; }
@media (max-width: 991.98px) { .article-page .news-detail .news-title { font-size: 26px; } }
@media (max-width: 767.98px) { .article-page .news-detail .news-title { font-size: 22px; } }
@media (max-width: 575.98px) { .article-page .news-detail .news-title { font-size: 18px; } }
.article-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.article-page .news-detail .news-meta span { display: inline-block; margin-right: 10px; }
.article-page .news-detail .news-content { border-top: 1px solid #eeeeee; line-height: 1.8; color: #666666; }
.article-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.article-page .news-detail .news-content p { background-color: transparent !important; }
.article-page .news-detail .news-content > * { background-color: transparent; }
.article-page .news-right { position: sticky; top: 0; }
.article-page .news-right .relate-news .head .head-name { font-size: 24px; color: #333333; position: relative; padding-left: 10px; }
.article-page .news-right .relate-news .head .head-name span { font-size: 14px; color: #999999; display: inline-block; }
.article-page .news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 28px; vertical-align: middle; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
@media (max-width: 991.98px) { .article-page .news-right .relate-news .head .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .article-page .news-right .relate-news .head .head-name { font-size: 18px; } }
.article-page .news-right .relate-news-list .news-item { border-bottom: 1px solid #e6e6e6; }
.article-page .news-right .relate-news-list .news-item:last-child { border-bottom: none; }
.article-page .news-right .relate-news-list .news-item .news-title { line-height: 2; }
.article-page .news-right .relate-news-list .news-item .news-title::before { content: ''; width: 5px; height: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; background-color: var(--theme-color); }
.article-page .news-right .relate-news-list .news-item .news-desc { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }
.article-page .bg-gray { background-color: #f9f9f9; }
.article-page .prev_next_nav .prev_next { flex: 1; background-color: #ffffff; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.article-page .prev_next_nav .prev_next.prev, .article-page .prev_next_nav .prev_next.next { width: 47%; display: flex; }
.article-page .prev_next_nav .prev_next.prev .page-a, .article-page .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666; }
.article-page .prev_next_nav .prev_next.prev .page-a:hover, .article-page .prev_next_nav .prev_next.next .page-a:hover { color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.prev a, .article-page .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: CurrentColor; }
.article-page .prev_next_nav .prev_next.menu { flex: 0 0 auto; padding: 0; background: transparent; }
.article-page .prev_next_nav .prev_next.menu .menu-wrap { margin: 0 10px; background: #ffffff; padding: 10px; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.article-page .prev_next_nav .prev_next.menu svg { width: 26px; height: 26px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #666; }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap { background-color: var(--theme-color); }
.article-page .prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

.solutioninfo-page .relate-box .relate-title, .applicationinfo-page .relate-box .relate-title { font-size: 30px; color: #333333; }
.solutioninfo-page .relate-box .relate-item .item-wrap, .applicationinfo-page .relate-box .relate-item .item-wrap { position: relative; }
.solutioninfo-page .relate-box .relate-item .item-wrap .item-img, .applicationinfo-page .relate-box .relate-item .item-wrap .item-img { overflow: hidden; }
.solutioninfo-page .relate-box .relate-item .item-wrap .item-img img, .applicationinfo-page .relate-box .relate-item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.solutioninfo-page .relate-box .relate-item .item-wrap .item-name, .applicationinfo-page .relate-box .relate-item .item-wrap .item-name { position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.22); color: #ffffff; line-height: 2; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.solutioninfo-page .relate-box .relate-item .item-wrap:hover .item-img img, .applicationinfo-page .relate-box .relate-item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.solutioninfo-page .relate-box .relate-item .item-wrap:hover .item-name, .applicationinfo-page .relate-box .relate-item .item-wrap:hover .item-name { background-color: rgba(52, 102, 206, 0.8); }

.wulianwang-detail .application-catname strong, application-detail .application-catname strong { font-size: 24px; color: var(--theme-color); }
.wulianwang-detail .application-title, application-detail .application-title { font-size: 30px; line-height: 1.4; color: #282828; position: relative; }
@media (max-width: 991.98px) { .wulianwang-detail .application-title, application-detail .application-title { font-size: 26px; } }
@media (max-width: 767.98px) { .wulianwang-detail .application-title, application-detail .application-title { font-size: 22px; } }
@media (max-width: 575.98px) { .wulianwang-detail .application-title, application-detail .application-title { font-size: 18px; } }
.wulianwang-detail .application-content, application-detail .application-content { line-height: 1.8; color: #666666; }
.wulianwang-detail .application-content .application-img, application-detail .application-content .application-img { margin: 0 auto 1.5%; }
@media (min-width: 992px) { .wulianwang-detail .application-content .application-img, application-detail .application-content .application-img { max-width: 75%; } }
.wulianwang-detail .application-content img, application-detail .application-content img { max-width: 100%; vertical-align: bottom; }
.wulianwang-detail .application-content p, application-detail .application-content p { background-color: transparent !important; }
.wulianwang-detail .application-content > *, application-detail .application-content > * { background-color: transparent; }
.wulianwang-detail .prev_next, application-detail .prev_next { padding: 0; border-top: 0; }
.wulianwang-detail .prev_next .page-a, application-detail .prev_next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 5px; border: 1px solid #f2f2f2; color: #585858; line-height: 42px; padding: 0 40px; font-size: 14px; margin: 10px 0; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
@media (min-width: 992px) { .wulianwang-detail .prev_next .page-a, application-detail .prev_next .page-a { width: 48%; font-size: 16px; line-height: 52px; } }
@media (min-width: 1200px) { .wulianwang-detail .prev_next .page-a, application-detail .prev_next .page-a { width: 49%; font-size: 18px; line-height: 68px; } }
.wulianwang-detail .prev_next .page-a:hover, application-detail .prev_next .page-a:hover { background-color: #f2f2f2; }

.box .box-head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-color); margin-right: 10px; }
.box .box-head .head-name span { font-size: 26px; display: inline-block; vertical-align: middle; }
.box .box-head .head-more span { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #282828; }
.box .box-head .head-more .plus { display: inline-block; width: 18px; height: 18px; position: relative; background-color: var(--theme-color); border-radius: 50%; vertical-align: middle; margin-left: 3px; }
.box .box-head .head-more .plus::before, .box .box-head .head-more .plus::after { content: ''; display: block; width: 50%; height: 1px; background-color: #ffffff; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.box .box-head .head-more .plus::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.news-list-3 li { border-bottom: 2px solid #ebebeb; color: #333333; padding: 20px 10px; }
@media (max-width: 991.98px) { .news-list-3 li { padding: 15px 10px; } }
.news-list-3 li .time { width: 100px; font-size: 14px; color: #999999; }
.news-list-3 li .title { font-size: 18px; width: calc(100% - 100px); color: currentColor; }
@media (max-width: 991.98px) { .news-list-3 li .title { font-size: 16px; } }
.news-list-3 li:hover { color: var(--theme-color); }

.news-thumb-list .news-item .news-info { height: 100%; line-height: 2; }
.news-thumb-list .news-item .news-info .news-time { font-size: 18px; color: #666666; }
.news-thumb-list .news-item .news-info .news-title { font-size: 18px; color: #333333; }
@media (max-width: 991.98px) { .news-thumb-list .news-item .news-info .news-time, .news-thumb-list .news-item .news-info .news-content { font-size: 16px; } }

.image-news-list .item .item-wrap { background-color: #ffffff; }
.image-news-list .item .item-wrap .item-time { font-size: 16px; color: #999999; line-height: 36px; margin-bottom: 8px; }
.image-news-list .item .item-wrap .item-title { color: #333333; font-size: 18px; margin-top: 15px; }

.swiper-focus .news-img { overflow: hidden; }
.swiper-focus .focus-control { position: absolute; right: 10px; bottom: 10px; z-index: 2; }
.swiper-focus .focus-control i { position: relative; display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 50%; background-color: var(--theme-color); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.swiper-focus .focus-control i svg { position: absolute; margin: auto; width: 50%; top: 0; bottom: 0; right: 0; left: 0; display: block; }
.swiper-focus .focus-control i svg path { fill: #ffffff; }
.swiper-focus .focus-control i:hover { background-color: rgba(12, 92, 170, 0.5); }
.swiper-focus .focus-control i.swiper-button-disabled { cursor: not-allowed; background-color: rgba(12, 92, 170, 0.5); }

.swiper-news-info { background-color: #f7f9fa; }
.swiper-news-info .news-info .news-title { font-size: 24px; color: #333333; }
@media (max-width: 1199.98px) { .swiper-news-info .news-info .news-title { font-size: 22px; } }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .swiper-news-info .news-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .swiper-news-info .news-info .news-title { font-size: 16px; } }
.swiper-news-info .news-info .news-content { color: #666666; font-size: 18px; line-height: 2; }
@media (max-width: 991.98px) { .swiper-news-info .news-info .news-content { font-size: 16px; } }
.swiper-news-info .news-info .news-bottom { border-top: 1px solid #e5e7e8; line-height: 2; }
.swiper-news-info .news-info .news-bottom .news-time { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more { color: #999999; font-size: 15px; }
.swiper-news-info .news-info .news-bottom .news-more:hover { color: var(--theme-color); }

.industry-category { margin-top: 3%; }

.industry-category-swiper .item { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.industry-category-swiper .item .img-icon { vertical-align: middle; width: 25px; height: 25px; }
.industry-category-swiper .item .img-icon img { -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.industry-category-swiper .item span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 18px; display: inline-block; vertical-align: middle; }
@media (max-width: 991.98px) { .industry-category-swiper .item span { font-size: 16px; } }
.industry-category-swiper .item:hover, .industry-category-swiper .item.actived { background-color: var(--theme-color); }
.industry-category-swiper .item:hover .img-icon img, .industry-category-swiper .item.actived .img-icon img { filter: contrast(0) grayscale(100%) brightness(100); }
.industry-category-swiper .item:hover span, .industry-category-swiper .item.actived span { color: #ffffff; }

.industry-list .item .item-wrap { background-color: #fff; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1); }
.industry-list .item .item-wrap .item-img { overflow: hidden; }
.industry-list .item .item-wrap .item-img img { display: block; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.industry-list .item .item-wrap .item-caption { background-color: #fff; padding: 15px 20px 20px; }
.industry-list .item .item-wrap .item-caption .item-title { font-size: 22px; color: #222523; line-height: 2; }
.industry-list .item .item-wrap .item-caption .item-params { color: #999999; font-size: 18px; }
.industry-list .item .item-wrap .item-caption .item-params span { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; display: inline-block; vertical-align: middle; position: relative; }
.industry-list .item .item-wrap .item-caption .item-params span:not(:first-child) { margin-left: 5px; }
.industry-list .item .item-wrap:hover .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.industry-list .item .item-wrap:hover .item-caption .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: var(--theme-color); }
.industry-list .item .item-wrap:hover .item-caption .item-params { color: #666666; }

@media (min-width: 991.98px) { .industry-info .industry-left { padding-right: 5%; } }
.industry-info .industry-title { font-size: 36px; color: #333333; font-weight: bold; line-height: 1.5; }
.industry-info .industry-content { color: #666666; line-height: 42px; padding-top: 5%; }
.industry-info .industry-content img { width: 100% !important; height: auto !important; display: block; max-width: 100%; }
.industry-info .industry-wiget { position: sticky; top: 80px; background-color: white; box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05); }
.industry-info .industry-wiget .industry-param-box { padding: 10%; }
.industry-info .industry-wiget .industry-param-box .param-item:not(:first-child) { margin-top: 5%; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap { font-size: 18px; line-height: 30px; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head { color: #999999; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head svg { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: 20px; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-head svg path { fill: currentColor; }
.industry-info .industry-wiget .industry-param-box .param-item .item-wrap .item-value { padding-left: 2rem; line-height: 2; color: #333333; }
.industry-info .industry-wiget .wiget-bottom { background-color: var(--theme-color); color: #ffffff; border-radius: 5px; line-height: 60px; }
.industry-info .industry-wiget .wiget-bottom svg { width: 24px; height: 24px; display: inline-block; vertical-align: middle; }
.industry-info .industry-wiget .wiget-bottom svg path { fill: #ffffff; }
.industry-info .industry-wiget .wiget-bottom .tel-tips { font-size: 18px; margin: 0 8px; }
.industry-info .industry-wiget .wiget-bottom .contact-tel { font-size: 24px; line-height: 2; }

.job-list { padding-top: 3%; }
.job-list .job-item .item-head { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; }
.job-list .job-item .item-head .item-name { font-size: 20px; text-align: center; }
.job-list .job-item .item-head .info-detail { font-size: 14px; flex: 1; }
.job-list .job-item .item-head .info-detail p { flex: 1; color: #666666; line-height: 2; }
.job-list .job-item .item-head .info-detail p span { color: #333333; }
@media (max-width: 575.98px) { .job-list .job-item .item-head .info-detail p { font-size: 14px; } }
.job-list .job-item .item-head .info-more { width: 30px; height: 30px; color: #282828; border-radius: 50%; border: 1px solid currentColor; }
@media (max-width: 991.98px) { .job-list .job-item .item-head .info-more { width: 24px; height: 24px; } }
.job-list .job-item .item-head .info-more i { display: block; width: 100%; height: 100%; position: relative; }
.job-list .job-item .item-head .info-more i::before, .job-list .job-item .item-head .info-more i::after { content: ''; display: block; width: 55%; height: 0; border-bottom: 1px solid currentColor; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s,opacity .3s; -moz-transition: transform .3s,opacity .3s; -ms-transition: transform .3s,opacity .3s; -o-transition: transform .3s,opacity .3s; transition: transform .3s,opacity .3s; }
.job-list .job-item .item-head .info-more i::after { width: 0; height: 55%; border-bottom: none; border-left: 1px solid currentColor; }
.job-list .job-item .item-content { border: 1px solid #e6e4e2; padding: 3%; line-height: 2; font-size: 14px; color: #666666; display: none; }
.job-list .job-item .item-content .hr-info .con .con-title { color: #000000; line-height: 2; font-size: 20px; }
@media (max-width: 1199.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 18px; } }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-title { font-size: 16px; } }
.job-list .job-item .item-content .hr-info .con .con-content { line-height: 2; }
@media (max-width: 991.98px) { .job-list .job-item .item-content .hr-info .con .con-content { font-size: 14px; } }
.job-list .job-item .item-content strong { font-size: 16px; font-weight: normal; line-height: 32px; margin: 5px 0; display: block; color: #333333; }
.job-list .job-item .item-content .seek-btn { display: block; margin: 30px auto 0; width: 130px; height: 40px; background-color: #ececec; color: #333333; text-align: center; line-height: 40px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.job-list .job-item .item-content .seek-btn:hover { color: #FFFFFF; background-color: #e23833; }
.job-list .job-item.active .item-head, .job-list .job-item:hover .item-head { background-color: #2378c7; color: #ffffff; }
.job-list .job-item.active .item-head .info-more, .job-list .job-item:hover .item-head .info-more { color: #ffffff; }
.job-list .job-item.active .info-more i::after { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; }

.swiper-style { margin-top: 3%; }

.cases-list .item .item-wrap { position: relative; }
.cases-list .item .item-wrap .item-img { overflow: hidden; }
.cases-list .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.cases-list .item .item-wrap .item-name { z-index: 2; position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; line-height: 2; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.cases-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.cases-list .item:hover .item-wrap .item-name { background-color: rgba(52, 102, 206, 0.5); }

.cases-list-2 .item { background-color: #ffffff; }
.cases-list-2 .item .item-txt { padding: 3%; }
.cases-list-2 .item .item-txt .item-icon { width: 46px; height: 46px; position: relative; }
.cases-list-2 .item .item-txt .item-icon img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.cases-list-2 .item .item-txt .item-title span { display: inline-block; font-size: 24px; color: #373737; line-height: 2; position: relative; }
.cases-list-2 .item .item-txt .item-content { margin-top: 3%; line-height: 36px; color: #666666; }
.cases-list-2 .item .item-txt .item-more a { display: inline-block; color: #d92727; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.cases-list-2 .item .item-txt .item-more a svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 5px; }
.cases-list-2 .item .item-txt .item-more a svg path { fill: currentColor; }
.cases-list-2 .item .item-txt .item-more a span { font-size: 14px; display: inline-block; vertical-align: middle; }
.cases-list-2 .item .item-txt .item-more a:hover { opacity: .8; }

.support-list .item .item-wrap .item-img { border: 1px solid #ededf3; overflow: hidden; }
.support-list .item .item-wrap .item-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.support-list .item .item-wrap .item-title { line-height: 2; color: #333333; }
@media (min-width: 1200px) { .support-list .item .item-wrap .item-title { font-size: 18px; } }

.application-list { padding-bottom: 3%; }
.application-list .application-item { margin-top: 0; padding-top: 3%; }
.application-list .application-item .item-wrap { background-color: #ffffff; border-radius: 10px; }
.application-list .application-item .item-wrap .item-info .info-title { color: #121212; font-size: 24px; line-height: 2; position: relative; }
.application-list .application-item .item-wrap .item-info .info-title::after { content: ''; display: block; width: 3rem; height: 2px; background-color: var(--theme-color); margin-top: 2%; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.application-list .application-item .item-wrap .item-info .info-brief { margin-top: 10px; color: #121212; font-size: 24px; line-height: 2; }
.application-list .application-item .item-wrap .item-info .info-content { color: #333333; line-height: 2; margin: 3% 0; }
.application-list .application-item .item-wrap .item-info .info-more a { display: block; width: 160px; line-height: 42px; text-align: center; background-color: transparent; border: 1px solid var(--theme-color); color: var(--theme-color); font-size: 16px; border-radius: 5px; -webkit-transition: background-color .5s, border-color .5s, color .5s; -moz-transition: background-color .5s, border-color .5s, color .5s; -ms-transition: background-color .5s, border-color .5s, color .5s; -o-transition: background-color .5s, border-color .5s, color .5s; transition: background-color .5s, border-color .5s, color .5s; }
.application-list .application-item .item-wrap .item-info .info-more a:hover { background-color: var(--theme-color); color: #ffffff; }
.application-list .application-item .item-wrap .item-img { position: relative; z-index: 2; }
@media (min-width: 1199px) { .application-list .application-item:nth-child(odd) .item-wrap { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .application-list .application-item:nth-child(odd) .item-wrap .item-info { padding-right: 3vw; }
  .application-list .application-item:nth-child(even) .item-wrap .item-info { padding-left: 3vw; } }
@media (min-width: 992px) { .application-list .application-item:nth-child(odd) .item-wrap .item-info { padding-right: 2vw; }
  .application-list .application-item:nth-child(even) .item-wrap .item-info { padding-left: 2vw; } }
.application-list .application-item:hover .item-wrap .item-info .info-title::after { width: 3.5rem; }

.news-list .news-item .item-wrap { background-color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; color: #282828; line-height: 2.2; }
@media (max-width: 991.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 20px; } }
@media (max-width: 767.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 18px; } }
@media (max-width: 575.98px) { .news-list .news-item .item-wrap .item-info .news-title { font-size: 16px; } }
.news-list .news-item .item-wrap .item-info .news-time { font-size: 14px; color: #999999; margin-top: 1rem; }
.news-list .news-item .item-wrap .item-info .news-time svg { display: inline-block; vertical-align: middle; margin-right: 5px; }
.news-list .news-item .item-wrap .item-info .news-time span { vertical-align: middle; display: inline-block; }
.news-list .news-item .item-wrap .item-info .news-desc { text-indent: 2rem; font-size: 16px; line-height: 2; color: #666666; }
@media (max-width: 575.98px) { .news-list .news-item .item-wrap .item-info .news-desc { font-size: 14px; line-height: 2; } }
.news-list .news-item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.news-list .news-item:hover .item-wrap .item-info .news-title { color: var(--theme-color); }
.news-list .news-item:hover .item-wrap .item-info .news-title::after { width: 3rem; }

.videoinfo-page, .news-page, .article-page, .application-page, .applicationinfo-page, .supportinfo-page { background-color: #f8f8f8; }
.videoinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title, .application-page .news-detail .news-title, .applicationinfo-page .news-detail .news-title, .supportinfo-page .news-detail .news-title { font-weight: normal; font-size: 24px; line-height: 2; color: #282828; }
@media (max-width: 991.98px) { .videoinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title, .application-page .news-detail .news-title, .applicationinfo-page .news-detail .news-title, .supportinfo-page .news-detail .news-title { font-size: 20px; } }
@media (max-width: 575.98px) { .videoinfo-page .news-detail .news-title, .news-page .news-detail .news-title, .article-page .news-detail .news-title, .application-page .news-detail .news-title, .applicationinfo-page .news-detail .news-title, .supportinfo-page .news-detail .news-title { font-size: 18px; } }
.videoinfo-page .news-detail .news-meta, .news-page .news-detail .news-meta, .article-page .news-detail .news-meta, .application-page .news-detail .news-meta, .applicationinfo-page .news-detail .news-meta, .supportinfo-page .news-detail .news-meta { font-size: 14px; color: #999999; }
.videoinfo-page .news-detail .news-meta span, .news-page .news-detail .news-meta span, .article-page .news-detail .news-meta span, .application-page .news-detail .news-meta span, .applicationinfo-page .news-detail .news-meta span, .supportinfo-page .news-detail .news-meta span { display: inline-block; margin: 0 10px; }
.videoinfo-page .news-detail .news-content, .news-page .news-detail .news-content, .article-page .news-detail .news-content, .application-page .news-detail .news-content, .applicationinfo-page .news-detail .news-content, .supportinfo-page .news-detail .news-content { line-height: 1.8; color: #666666; border-top: 1px solid #eee; margin-top: 1rem; }
.videoinfo-page .news-detail .news-content img, .news-page .news-detail .news-content img, .article-page .news-detail .news-content img, .application-page .news-detail .news-content img, .applicationinfo-page .news-detail .news-content img, .supportinfo-page .news-detail .news-content img { max-width: 100%; vertical-align: bottom; }
.videoinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video, .application-page .news-detail .news-content .article-video, .applicationinfo-page .news-detail .news-content .article-video, .supportinfo-page .news-detail .news-content .article-video { margin: 0 auto; }
@media (min-width: 992px) { .videoinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video, .application-page .news-detail .news-content .article-video, .applicationinfo-page .news-detail .news-content .article-video, .supportinfo-page .news-detail .news-content .article-video { width: 80%; } }
@media (min-width: 1199px) { .videoinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video, .application-page .news-detail .news-content .article-video, .applicationinfo-page .news-detail .news-content .article-video, .supportinfo-page .news-detail .news-content .article-video { width: 75%; } }
@media (min-width: 1680px) { .videoinfo-page .news-detail .news-content .article-video, .news-page .news-detail .news-content .article-video, .article-page .news-detail .news-content .article-video, .application-page .news-detail .news-content .article-video, .applicationinfo-page .news-detail .news-content .article-video, .supportinfo-page .news-detail .news-content .article-video { width: 70%; } }
.videoinfo-page .prev_next, .news-page .prev_next, .article-page .prev_next, .application-page .prev_next, .applicationinfo-page .prev_next, .supportinfo-page .prev_next { padding: 0 12px; font-size: 14px; color: #666; line-height: 30px; margin: 2% 0 0 0; border-top: 1px solid #EEEEEE; padding-top: 1%; }

.solutioninfo-page, .solution-page { background: url("../Image/bg-feature.jpg") 0 0/cover no-repeat; }

.filter-search .filter-box { padding: 1rem 0 2rem; }
.filter-search .filter-box .filter-item { border-bottom: 1px solid #eaeaea; padding: 26px 0; position: relative; }
.filter-search .filter-box .filter-item .filter-label { width: 60px; }
.filter-search .filter-box .filter-item .filter-list { flex: 1; padding-right: 3rem; overflow: hidden; }
.filter-search .filter-box .filter-item .filter-list .item { margin: 5px 0; padding: 5px 15px; border-radius: 5px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; background-color: #f2f4f8; }
.filter-search .filter-box .filter-item .filter-list .item a { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
@media (max-width: 767.98px) { .filter-search .filter-box .filter-item .filter-list .item { font-size: 14px; padding: 2px 10px; } }
@media (max-width: 575.98px) { .filter-search .filter-box .filter-item .filter-list .item { font-size: 13px; padding: 2px 8px; } }
.filter-search .filter-box .filter-item .filter-list .item.active, .filter-search .filter-box .filter-item .filter-list .item:hover { background-color: var(--theme-color); }
.filter-search .filter-box .filter-item .filter-list .item.active a, .filter-search .filter-box .filter-item .filter-list .item:hover a { color: #ffffff; }
.filter-search .filter-box .filter-item .filter-list.filter-list-3 { height: 41px; }
.filter-search .filter-box .filter-item .filter-list.filter-list-3.filter-all { height: auto; }
.filter-search .filter-box .show-more-btn { cursor: pointer; position: absolute; width: 3rem; right: 0; margin: auto; text-align: center; top: 0; bottom: 0; background-color: #f8f8f8; }
.filter-search .filter-box .show-more-btn .more-icon { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.filter-search .filter-box .show-more-btn svg { width: 24px; height: 24px; }
.filter-search .filter-box .show-more-btn svg path { fill: var(--theme-color); }
.filter-search .filter-box .show-more-btn p { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 14px; line-height: 1; }
.filter-search .filter-box .show-more-btn.open svg { transform: rotate(180deg); }
.filter-search .filter-box .show-more-btn:hover .more-icon { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }
.filter-search .filter-box .show-more-btn:hover p { color: var(--theme-color); }
.filter-search .search-form { background-color: #edf0f6; padding: 20px; width: 75%; margin: 0 auto; border-radius: 10px; }
.filter-search .search-form .search-input { display: block; flex: 1; border: none; background: transparent; outline: none; }
.filter-search .search-form .search-submit { display: block; border: none; background: none; }
.filter-search .search-form .search-submit svg { width: 36px; height: 36px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.filter-search .search-form .search-submit svg path { fill: #242121; }
.filter-search .search-form .search-submit:hover svg path { fill: var(--theme-color); }
@media (max-width: 991.98px) { .filter-search .search-form { padding: 15px; }
  .filter-search .search-form .search-submit svg { width: 32px; height: 32px; } }
@media (max-width: 767.98px) { .filter-search .search-form { width: 100%; padding: 10px; }
  .filter-search .search-form .search-submit svg { width: 26px; height: 26px; } }
@media (max-width: 575.98px) { .filter-search .search-form { padding: 6px; }
  .filter-search .search-form .search-submit svg { width: 22px; height: 22px; } }

.goods-container .goods-left { width: 15.1vw; background: url("../Image/goods-left-bg.jpg") center/cover no-repeat; }
.goods-container .goods-left .category-swiper .item .item-head { color: #121212; }
.goods-container .goods-left .category-swiper .item .item-head .item-icon { width: 60px; height: 60px; position: relative; }
.goods-container .goods-left .category-swiper .item .item-head .item-icon img { position: absolute; width: 100%; margin: auto; top: 0; bottom: 0; }
.goods-container .goods-left .category-swiper .item .item-head .item-name { font-size: 30px; font-weight: bold; }
.goods-container .goods-left .category-swiper .item .item-head .item-ename { font-size: 13px; }
.goods-container .goods-left .category-swiper .item .item-content { color: #666666; line-height: 1.8; margin-top: 20%; margin-bottom: 20%; }
.goods-container .goods-left .category-control .control-prev, .goods-container .goods-left .category-control .control-next { width: 40px; height: 40px; }
.goods-container .goods-left .category-control .control-prev svg, .goods-container .goods-left .category-control .control-next svg { width: 100%; height: 100%; }
.goods-container .goods-left .category-control .control-prev svg path, .goods-container .goods-left .category-control .control-next svg path { fill: var(--theme-red); }
.goods-container .goods-left .category-control .control-prev.swiper-button-disabled, .goods-container .goods-left .category-control .control-next.swiper-button-disabled { cursor: not-allowed; }
.goods-container .goods-left .category-control .control-prev.swiper-button-disabled svg path, .goods-container .goods-left .category-control .control-next.swiper-button-disabled svg path { fill: #121212; }
.goods-container .goods-left .category-txt { border-top: 1px solid #d5d5d5; margin-top: 3rem; }
.goods-container .goods-left .category-txt .txt-nav .item { line-height: 2; color: #121212; }
.goods-container .goods-left .category-txt .txt-nav .item.active { color: var(--theme-red); }
.goods-container .goods-left .count-box .cur-num { font-size: 42px; }
.goods-container .goods-left .count-box .total-num { color: #999999; }
.goods-container .goods-right { max-width: 84.6vw; height: 100vh; flex: 1; position: relative; }
.goods-container .goods-right .con { position: absolute; visibility: hidden; top: 0; left: 0; }
.goods-container .goods-right .con .con-wrap { -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.goods-container .goods-right .con.active { visibility: visible; }
.goods-container .goods-right .con.active .con-wrap { opacity: 1; }
.goods-container .goods-right .swiper-preview-category .item .overlay { background-color: rgba(0, 0, 0, 0.2); -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-icon { width: 70px; height: 70px; border-radius: 50%; position: relative; background-color: var(--theme-red); -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-icon svg { display: block; margin: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: auto; }
.goods-container .goods-right .swiper-preview-category .item .overlay .item-title { -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); line-height: 2; font-size: 24px; color: #ffffff; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay { opacity: 1; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.goods-container .goods-right .swiper-preview-category .item:hover .overlay .item-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.goods-container .goods-right .swiper-thumb-category { padding: 18px; }
.goods-container .goods-right .swiper-thumb-category .item { cursor: pointer; }
.goods-container .goods-right .swiper-thumb-category .item .wrap { background: rgba(0, 0, 0, 0.5); -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; color: #fff; }
.goods-container .goods-right .swiper-thumb-category .item.swiper-slide-thumb-active .wrap { background: rgba(0, 0, 0, 0.2); }

.lists-page { background-color: #fafafa; }

.goods-list .item .item-wrap { background-color: #fff; box-shadow: 0 0 49px 0 rgba(91, 99, 109, 0.14); position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; transform-origin: top center; border: 1px solid #e8f8f8; overflow: hidden; position: relative; z-index: 2; }
.goods-list .item .item-wrap .item-img img { -webkit-transition: transform .5s, opacity .5s; -moz-transition: transform .5s, opacity .5s; -ms-transition: transform .5s, opacity .5s; -o-transition: transform .5s, opacity .5s; transition: transform .5s, opacity .5s; }
.goods-list .item .item-wrap .item-caption { position: relative; z-index: 2; padding: 1rem 0; }
.goods-list .item .item-wrap .item-caption .item-title { color: #3e3e3e; font-size: 24px; position: relative; line-height: 2; margin: 5px 0; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.goods-list .item .item-wrap .item-caption .item-desc { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; color: #999999; line-height: 1.8; }
.goods-list .item .item-wrap .item-caption .caption-overlay { background: #ffffff; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .overlay-wrap { -webkit-transition: transform .5s , opacity .5s; -moz-transition: transform .5s , opacity .5s; -ms-transition: transform .5s , opacity .5s; -o-transition: transform .5s , opacity .5s; transition: transform .5s , opacity .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-title { margin: 15px 0; color: var(--theme-color); }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-service span { width: 20%; line-height: 2; text-align: center; display: inline-block; border: 1px solid #e2e2e2; margin-right: 10px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-top .item-service span:hover { background-color: var(--theme-color); color: #ffffff; border-color: var(--theme-color); }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot { border-top: 1px solid #ebebeb; margin-top: 5%; padding-top: 5%; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot a { display: inline-block; width: 120px; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 38px; border-radius: 10rem; border: 1px solid var(--theme-color); -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.goods-list .item .item-wrap .item-caption .caption-overlay .caption-foot a:hover { background-color: transparent; color: var(--theme-color); }
@media (max-width: 767.98px) { .goods-list .item .item-wrap .item-caption { padding: 12px; }
  .goods-list .item .item-wrap .item-caption .item-title { font-size: 16px; }
  .goods-list .item .item-wrap .item-caption .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-list .item .item-wrap .item-caption { padding: 5px; }
  .goods-list .item .item-wrap .item-caption .item-title { font-size: 14px; }
  .goods-list .item .item-wrap .item-caption .item-desc { font-size: 12px; } }
.goods-list .item:hover .item-wrap { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
.goods-list .item:hover .item-wrap .item-img { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.9); }
.goods-list .item:hover .item-wrap .item-caption > .item-title, .goods-list .item:hover .item-wrap .item-caption .item-desc { -webkit-transition: transform .5s,opacity .5s; -moz-transition: transform .5s,opacity .5s; -ms-transition: transform .5s,opacity .5s; -o-transition: transform .5s,opacity .5s; transition: transform .5s,opacity .5s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay { opacity: 1; }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay .overlay-wrap { opacity: 1; -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); }
.goods-list .item:hover .item-wrap .item-caption .caption-overlay .caption-top .item-title { margin: 15px 0; }
.goods-list .item:hover .item-wrap .item-caption .item-desc { color: #666666; }

.ratio-preview { --mdb-aspect-ratio:calc( 90 / 195 *100%); }

.ratio-thumb { --mdb-aspect-ratio: calc( 14 / 25 * 100%); }

.detail-section .sec-wrap { padding: 3% 0; }
.detail-section .sec-wrap .sec-head { margin-bottom: 2%; }
.detail-section .sec-wrap .sec-head .head-title { display: flex; align-items: center; font-size: 24px; }
.detail-section .sec-wrap .sec-head .head-title strong { color: #343434; display: inline-block; vertical-align: middle; }
.detail-section .sec-wrap .sec-head .head-title strong::after { content: ''; display: inline-block; width: 1px; height: 20px; background-color: #e2e8ed; margin-right: 8px; margin-left: 8px; vertical-align: middle; }
.detail-section .sec-wrap .sec-head .head-title > span { display: inline-block; position: relative; color: #9d9d9d; font-size: 18px; }
.detail-section .sec-wrap .sec-head.head-white .head-title strong { color: #fff; }
.detail-section .sec-wrap .sec-head.head-white .head-title strong::after { background-color: #fff; }
.detail-section .sec-wrap .sec-head.head-white .head-title > span { color: #fff; }
@media (max-width: 991.98px) { .detail-section .sec-wrap .sec-head .head-title { font-size: 20px; }
  .detail-section .sec-wrap .sec-head .head-title strong::after { height: 18px; } }
@media (max-width: 767.98px) { .detail-section .sec-wrap .sec-head .head-title { font-size: 18px; }
  .detail-section .sec-wrap .sec-head .head-title strong::after { height: 16px; }
  .detail-section .sec-wrap .sec-head .head-title span:nth-child(2) { font-size: 14px; } }

.goods-info .page-crumbs { padding: 1.5% 0; margin-bottom: 2%; color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.goods-info .page-crumbs svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .goods-info .page-crumbs { font-size: 14px; } }
@media (max-width: 575.98px) { .goods-info .page-crumbs { display: none; } }
@media (min-width: 1400px) { .goods-info .goods-top .goods-left { width: 85%; } }
.goods-info .goods-top .goods-left .goods-head { padding: 5% 0 3%; border-bottom: 1px solid rgba(255, 255, 255, 0.5); margin-bottom: 3%; }
.goods-info .goods-top .goods-left .goods-title { font-weight: bold; clear: both; font-size: 36px; line-height: 2; position: relative; }
.goods-info .goods-top .goods-left .goods-services { margin: 3% 0 .5%; }
.goods-info .goods-top .goods-left .goods-services .service-item { border-radius: 5px; overflow: hidden; background-color: rgba(255, 255, 255, 0.5); margin-right: 20px; font-size: 14px; }
.goods-info .goods-top .goods-left .goods-services .service-item span { color: #555555; display: inline-block; vertical-align: middle; line-height: 24px; margin: 0 8px; }
.goods-info .goods-top .goods-left .goods-services .service-item span.item-icon { position: relative; width: 24px; height: 24px; vertical-align: middle; background: var(--theme-color); border-radius: 3px 3px 70%; margin: 0; }
.goods-info .goods-top .goods-left .goods-services .service-item span.item-icon img { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left .goods-services .service-item { margin-right: 5px; font-size: 10px; }
  .goods-info .goods-top .goods-left .goods-services .service-item:last-child { margin-right: 0; }
  .goods-info .goods-top .goods-left .goods-services .service-item span { line-height: 20px; }
  .goods-info .goods-top .goods-left .goods-services .service-item span.item-icon { width: 20px; height: 20px; } }
.goods-info .goods-top .goods-left .goods-desc { color: #666666; line-height: 2; padding-bottom: 1rem; position: relative; }
.goods-info .goods-top .goods-left .application-scope .scope-title { border-bottom: 1px solid #eeeeee; }
.goods-info .goods-top .goods-left .application-scope .scope-title img { display: inline-block; vertical-align: middle; margin-right: 10px; }
.goods-info .goods-top .goods-left .application-scope .scope-title span { vertical-align: middle; display: inline-block; font-size: 18px; font-weight: bold; color: #333333; }
.goods-info .goods-top .goods-left .application-scope .scope-content { color: #666666; }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left .application-scope .scope-title img { width: 18px; margin-right: 5px; }
  .goods-info .goods-top .goods-left .application-scope .scope-title span { font-size: 16px; }
  .goods-info .goods-top .goods-left .application-scope .scope-content { font-size: 13px; } }
.goods-info .goods-top .goods-left .goods-contact .contact-head { border-bottom: 1px solid #f4f4f4; }
.goods-info .goods-top .goods-left .goods-contact .contact-head svg { width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 10px; }
.goods-info .goods-top .goods-left .goods-contact .contact-head svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-left .goods-contact .contact-head span { vertical-align: middle; display: inline-block; font-size: 18px; font-weight: bold; color: #333333; }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left .goods-contact .contact-head svg { width: 18px; height: 18px; margin-right: 5px; }
  .goods-info .goods-top .goods-left .goods-contact .contact-head span { font-size: 16px; } }
.goods-info .goods-top .goods-left .goods-contact .tel-number { font-family: bahnschrift; font-size: 32px; color: var(--theme-color); }
@media (max-width: 1399.98px) { .goods-info .goods-top .goods-left .goods-contact .tel-number { font-size: 28px; } }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-left .goods-contact .tel-number { font-size: 26px; } }
@media (max-width: 991.98px) { .goods-info .goods-top .goods-left .goods-contact .tel-number { font-size: 22px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-left .goods-contact .tel-number { font-size: 20px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left .goods-contact .tel-number { font-size: 18px; } }
.goods-info .goods-top .goods-left .goods-video svg { display: inline-block; width: 32px; height: 32px; vertical-align: middle; }
.goods-info .goods-top .goods-left .goods-video span { margin-left: 5px; font-size: 18px; color: #3f4150; vertical-align: middle; }
@media (max-width: 1199.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 24px; } }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-left .goods-title { font-size: 18px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-left { padding: 3% 4%; }
  .goods-info .goods-top .goods-left .goods-title { font-size: 18px; }
  .goods-info .goods-top .goods-left .goods-desc { font-size: 13px; } }
.goods-info .goods-top .goods-preview-box .preview-image { position: relative; }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn { position: absolute; width: 80px; height: 80px; filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1)); border-radius: 50%; right: 10%; bottom: 10%; z-index: 2; cursor: pointer; }
@media (max-width: 767.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 65px; height: 65px; } }
@media (max-width: 575.98px) { .goods-info .goods-top .goods-preview-box .preview-image .play-btn { width: 50px; height: 50px; } }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg { width: 100%; height: 100%; }
.goods-info .goods-top .goods-preview-box .preview-image .play-btn svg path { fill: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap { background-color: #fff; position: relative; overflow: hidden; border: 2px solid #ffffff; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item .item-wrap img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item:hover .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap { border-color: var(--theme-color); }
.goods-info .goods-top .goods-preview-box .preview-thumb .item.swiper-slide-thumb-active .item-wrap img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.goods-info .goods-bottom .detail-section .goods-detail { color: #666666; }
@media (min-width: 1200px) { .goods-info .goods-bottom .detail-section .goods-detail { line-height: 2; } }
@media (min-width: 1400px) { .goods-info .goods-bottom .detail-section .goods-detail { line-height: 2.2; } }
.goods-info .goods-bottom .detail-section .goods-detail p, .goods-info .goods-bottom .detail-section .goods-detail span { text-wrap: initial !important; }
.goods-info .goods-bottom .detail-section .goods-detail img { max-width: 100%; vertical-align: bottom; }
.goods-info .goods-bottom .detail-section.sec-process { background: url("../Image/sec-process.jpg") top/cover no-repeat; padding-bottom: 3%; }
.goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 32px; font-weight: bold; color: #222222; }
.goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { color: #9d9d9d; }
@media (max-width: 1399.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 28px; } }
@media (max-width: 1199.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 26px; } }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 22px; }
  .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { font-size: 15px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-title { font-size: 18px; }
  .goods-info .goods-bottom .detail-section.sec-process .sec-wrap .sec-head .sec-desc { font-size: 14px; } }
.goods-info .goods-bottom .detail-section.sec-application .sec-wrap { background: url("../Image/sec-application.jpg") top/cover no-repeat; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item { width: calc(100% / 8); padding: 9px; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item .item-wrap { padding: 12px 0; }
.goods-info .goods-bottom .detail-section.sec-application .application-list .item .item-wrap .item-title { width: 90%; margin: 0 auto; color: #ffffff; text-align: center; line-height: 38px; border: 1px solid rgba(255, 255, 255, 0.3); }
.goods-info .goods-bottom .detail-section .swiper-recommond .item .item-title { text-align: center; background-color: #eceff4; }
.goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-prev, .goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-next { background: rgba(0, 0, 0, 0.3); width: 46px; height: 46px; color: #ffffff; border-radius: 50%; }
.goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-prev::after, .goods-info .goods-bottom .detail-section .swiper-recommond .swiper-button-next::after { font-size: 14px; }
.goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { position: relative; width: 80%; margin: 3.5% auto 2%; height: 6px; border-radius: 10px; overflow: hidden; --swiper-pagination-color:#3466ce; background-color: #eeeef3; }
.goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination .swiper-pagination-progressbar-fill { border-radius: 10px; }
@media (max-width: 991.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 32px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 5px; } }
@media (max-width: 767.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 28px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 4px; } }
@media (max-width: 575.98px) { .goods-info .goods-bottom .detail-section .swiper-recommond { --swiper-navigation-size: 24px; }
  .goods-info .goods-bottom .detail-section .swiper-recommond .env-pagination { height: 3px; } }
.goods-info .goods-bottom table { width: 100% !important; margin-bottom: 5px; border: 1px solid #f3f3f3; }
.goods-info .goods-bottom table tr { -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; }
.goods-info .goods-bottom table tr:nth-child(even) { background-color: #f8f8f8 !important; text-align: center; }
.goods-info .goods-bottom table td { border: none !important; width: auto !important; padding: 3px !important; text-align: center; vertical-align: middle; }
.goods-info .goods-bottom table td p:nth-of-type(1) { text-align: center !important; }
@media (min-width: 1200px) { .goods-info .goods-bottom table td { padding: 5px !important; } }

.solution-detail .solution-content { line-height: 2; color: #666666; }
.solution-detail .solution-application-list .item { width: calc(100% / 10); padding: 9px; }
.solution-detail .solution-application-list .item .item-wrap .item-title { width: 90%; margin: 0 auto; text-align: center; line-height: 38px; }
@media (max-width: 991.98px) { .solution-detail .solution-application-list .item { width: calc(100% / 5); padding: 7px; }
  .solution-detail .solution-application-list .item .item-wrap { padding: 0; }
  .solution-detail .solution-application-list .item .item-wrap .item-img { width: 65%; margin: 0 auto; } }
@media (max-width: 767.98px) { .solution-detail .solution-application-list .item { width: calc(100% / 4); padding: 5px; }
  .solution-detail .solution-application-list .item .item-img { width: 60%; }
  .solution-detail .solution-application-list .item .item-title { font-size: 14px; } }

.image-list .item .item-wrap { position: relative; }
.image-list .item .item-wrap .item-img { position: relative; }
.image-list .item .item-wrap .item-img::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; margin: auto; z-index: 1; }
.image-list .item .item-wrap .overlay { position: absolute; z-index: 2; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; opacity: 0; }
.image-list .item .item-wrap .overlay .item-icon { width: 60px; height: 60px; border-radius: 50%; background-color: var(--theme-red); position: relative; -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.image-list .item .item-wrap .overlay .item-icon svg { position: absolute; margin: auto; width: 45%; height: 45px; top: 0; left: 0; right: 0; bottom: 0; }
.image-list .item .item-wrap .overlay .item-icon svg path { fill: #ffffff; }
.image-list .item .item-wrap .overlay .item-name { margin-top: .5rem; color: #ffffff; font-size: 22px; -webkit-transition: transform 1s, opacity .5s; -moz-transition: transform 1s, opacity .5s; -ms-transition: transform 1s, opacity .5s; -o-transition: transform 1s, opacity .5s; transition: transform 1s, opacity .5s; opacity: 0; -webkit-transform: translateY(5%); -moz-transform: translateY(5%); -ms-transform: translateY(5%); -o-transform: translateY(5%); transform: translateY(15%); }
.image-list .item:hover .item-wrap .item-img::before { opacity: 1; }
.image-list .item:hover .item-wrap .overlay { opacity: 1; }
.image-list .item:hover .item-wrap .overlay .item-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -ms-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }
.image-list .item:hover .item-wrap .overlay .item-name { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.single-content { line-height: 2; margin-top: 3%; }
@media (min-width: 1400px) { .single-content > p { margin-bottom: 1rem; } }
.single-content img { max-width: 100%; }

.achievement-list .item { background-color: #fff; border-radius: 10px; overflow: hidden; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.achievement-list .item .item-info .item-title { -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; font-size: 24px; color: #000; line-height: 52px; }
.achievement-list .item .item-info .item-time { font-size: 16px; color: #999999; line-height: 32px; margin-bottom: 1rem; padding-bottom: 1rem; position: relative; -webkit-transition: color .5s; -moz-transition: color .5s; -ms-transition: color .5s; -o-transition: color .5s; transition: color .5s; }
.achievement-list .item .item-info .item-time::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-color); position: absolute; left: 0; bottom: 0; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.achievement-list .item .item-info .item-content { line-height: 36px; }
.achievement-list .item .item-info .item-more { margin-top: 1rem; line-height: 42px; text-align: center; width: 160px; background-color: var(--theme-color); color: #ffffff; display: block; -webkit-transition: background-color .5s ,border-radius .3s; -moz-transition: background-color .5s ,border-radius .3s; -ms-transition: background-color .5s ,border-radius .3s; -o-transition: background-color .5s ,border-radius .3s; transition: background-color .5s ,border-radius .3s; }
.achievement-list .item .item-info .item-more:hover { background-color: var(--theme-green); border-radius: 5px; }
.achievement-list .item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); box-shadow: 0 12px 20px rgba(39, 39, 39, 0.05); }
.achievement-list .item:hover .item-info .item-title { color: var(--theme-color); }
.achievement-list .item:hover .item-info .item-time { color: #666666; }
.achievement-list .item:hover .item-info .item-time::after { width: 3rem; }

.video-list .item .item-wrap { overflow: hidden; border-width: 1px; border-color: #eff3f6; border-style: solid; border-radius: 15px; background-color: white; box-shadow: 0px 0px 40px 0px rgba(41, 67, 152, 0.09); }
.video-list .item .item-wrap .item-img { position: relative; }
.video-list .item .item-wrap .item-img .img-wrap { position: relative; z-index: 3; }
.video-list .item .item-wrap .item-img .play-btn { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.video-list .item .item-wrap .item-img .play-btn svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 70px; height: 70px; }
.video-list .item .item-wrap .item-img .play-btn svg path { fill: #ffffff; }
.video-list .item .item-wrap .item-info .item-title { font-size: 24px; color: #333333; }
.video-list .item .item-wrap .item-info .item-desc { color: #666666; line-height: 30px; }
.video-list .item .item-wrap .item-info .item-more { color: var(--theme-color); }
.video-list .item .item-wrap .item-info .item-more span { line-height: 24px; font-size: 14px; }
.video-list .item .item-wrap .item-info .item-more svg { width: 18px; height: 18px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.video-list .item .item-wrap .item-info .item-more svg path { fill: var(--theme-color); }
.video-list .item .item-wrap .item-info .item-more:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.video-list .item .item-wrap .item-info .item-meta { color: #999999; font-family: Arial; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.video-list .item .item-wrap .item-info .item-meta:hover { color: #666666; }
.video-list .item .item-wrap .item-info .item-meta svg { display: inline-block; width: 18px; height: 18px; vertical-align: middle; }
.video-list .item .item-wrap .item-info .item-meta svg path { fill: currentColor; }
.video-list .item .item-wrap .item-info .item-meta span { font-size: 14px; display: inline-block; }
